Package io.micronaut.core.annotation
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.
- 
Required Element SummaryRequired Elements
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
annotationClass<? extends Annotation> annotation- Returns:
- The annotation
 
 
- 
- 
- 
memberString member- Returns:
- The member
 - Default:
- ""
 
 
-