@Target(value={FIELD,METHOD,CONSTRUCTOR,TYPE,ANNOTATION_TYPE})
@Retention(value=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