1. Home
  2. Java
  3. java.lang.annotation
  4. Java java.lang.annotation Repeatable
    • Class List
    • Java Annotation
    • Java ElementType
    • Java Inherited
    • Java Repeatable
    • Java RetentionPolicy validateRetentionPolicy(Class<T> c, RetentionPolicy policy)
    • Java Target

Java java.lang.annotation Repeatable

PreviousNext

  • Java Repeatable Determine if the supplied annotation type is a container for a repeatable annotation.
  • Java Repeatable getIndirectlyPresentAnnotations( final A maybeContainerAnnotation)
  • Java Repeatable isRepeatable(final Class<?> annotationType)
  • Java Repeatable isRepeatableAnnotationContainer(Class<? extends Annotation> candidateContainerType)
  • Java Repeatable isRepeatableWrapper(final Annotation annotation)
  • Java Repeatable Returns a new array whose entries do not contain container annotations anymore but the indirectly present annotation(s) a container annotation was wrapping instead.
  • Java Repeatable unwrapContainerAnnotations(final A[] annotations)
PreviousNext

Related

  • Java Inherited hasInheritedMeta(AnnotationMirror anno)
  • Java Inherited hasInheritiedMeta(AnnotationMirror anno)
  • Java Inherited Returns true if the given annotation has a @Inherited meta-annotation.
  • Java java.lang.annotation Repeatable
  • Java Repeatable Determine if the supplied annotation type is a container for a repeatable annotation.
  • Java Repeatable getIndirectlyPresentAnnotations( final A maybeContainerAnnotation)
  • Java Repeatable isRepeatable(final Class<?> annotationType)

demo2s.com |  Email: | Demo Source and Support. All rights reserved.