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 Summary
-
Optional Element Summary
-
Element Details
-
annotation
Class<? extends Annotation> annotation- Returns:
- The annotation
-
-
-
member
String member- Returns:
- The member
- Default:
- ""
-