Annotation Interface ReflectionConfig
@Retention(RUNTIME)
@Repeatable(ReflectionConfig.ReflectionConfigList.class)
public @interface ReflectionConfig
An annotation that models directly the GraalVM reflect-config.json format.
- Since:
- 3.5.0
- Author:
- graemerocher
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceWrapper annotation.static @interfaceField configuration.static @interfaceMethod configuration. -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescription
-
Element Details
-
type
Class<?> type- Returns:
- The type the config applies to.
-
accessType
-
methods
-
fields
-