@Retention(value=RUNTIME) @Repeatable(value=ReflectionConfig.ReflectionConfigList.class) public @interface ReflectionConfig
GraalReflectionConfigurer| Modifier and Type | Required Element and Description | 
|---|---|
Class<?> | 
type  | 
| Modifier and Type | Optional Element and Description | 
|---|---|
TypeHint.AccessType[] | 
accessType  | 
ReflectionConfig.ReflectiveFieldConfig[] | 
fields  | 
ReflectionConfig.ReflectiveMethodConfig[] | 
methods  | 
public abstract Class<?> type
public abstract TypeHint.AccessType[] accessType
public abstract ReflectionConfig.ReflectiveMethodConfig[] methods
public abstract ReflectionConfig.ReflectiveFieldConfig[] fields