@Target(value={TYPE,CONSTRUCTOR,METHOD,FIELD,ANNOTATION_TYPE,PARAMETER}) @Retention(value=RUNTIME) @Documented public @interface Accessible
String
field
boolean
isStatic
method
Class<?>
target
targetAsString
public abstract Class<?> target
public abstract String targetAsString
public abstract String method
public abstract String field
public abstract boolean isStatic
Copyright © 2020. All rights reserved.