Annotation Interface Introspected.IndexedAnnotation

Enclosing class:
Introspected

@Documented @Retention(RUNTIME) @Target({TYPE,ANNOTATION_TYPE}) public static @interface Introspected.IndexedAnnotation
Allow pre-computed indexes for property lookups based on an annotation and a member.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Annotation>
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • annotation

      Class<? extends Annotation> annotation
      Returns:
      The annotation
    • member

      String member
      Returns:
      The member
      Default:
      ""