Annotation Type Introspected.IndexedAnnotation


  • @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:
    BeanIntrospection.getIndexedProperty(Class, String)
    • Required Element Summary

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

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String member  
    • Element Detail

      • annotation

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

        java.lang.String member
        Returns:
        The member
        Default:
        ""