Package io.micronaut.core.annotation
Annotation Interface ReflectiveAccess
@Target({FIELD,METHOD,CONSTRUCTOR,TYPE,ANNOTATION_TYPE})
@Retention(RUNTIME)
public @interface ReflectiveAccess
Descriptive annotation that can be used to declare a field, method, constructor and types for reflective access.
- Since:
- 1.1
- Author:
- graemerocher