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

Java java.lang.annotation Target

PreviousNext

  • Java Target checkAnnotationCapable(Object obj, Class<? extends Annotation> annotationType)
  • Java Target getAnnotation(Object obj, Class<A> annotationType)
  • Java Target hasTarget(AnnotationMirror a, ElementType type)
  • Java Target includesElementType(final Class<?> c, final ElementType type)
  • Java Target isDeclarationAnnotation(AnnotationMirror anno)
  • Java Target isTypeAnnotation(AnnotationMirror a)
  • Java Target Returns true if anno is a declaration annotation.
  • Java Target validateAnnotationElementType(Class<T> annotationType, ElementType elementType)
PreviousNext

Related

  • 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)
  • Java RetentionPolicy validateRetentionPolicy(Class<T> c, RetentionPolicy policy)
  • Java java.lang.annotation Target
  • Java Target checkAnnotationCapable(Object obj, Class<? extends Annotation> annotationType)
  • Java Target getAnnotation(Object obj, Class<A> annotationType)
  • Java Target hasTarget(AnnotationMirror a, ElementType type)

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