AccessBits |
Deprecated.
|
AotProxyHint |
Used by NativeHint annotations to indicate which classes need a proxy generating at build time - these
proxies enable runtime Spring features like AOP to function correctly.
|
FieldHint |
Configure reflection for a given field.
|
InitializationHint |
Used by NativeHint annotations to indicate which classes/packages
should be initialized explicitly at build-time or runtime.
|
InitializationTime |
Specifies the initialization time of a type.
|
JdkProxyHint |
Used by NativeHint annotations to indicate which interfaces (since only JDK dynamic proxies are supported)
sets of types need proxies.
|
MethodHint |
Configure reflection for a given method.
|
NativeHint |
NativeHint annotations should be placed either on Spring configuration/registrar/import-selectors or on some
implementation of NativeConfiguration that the system will discover via a service factory load.
|
ProxyBits |
Specifies the special behaviours that need to supported by class proxies when they are generated.
|
ResourceHint |
Used by NativeHint annotations to indicate which resources should be pulled into the image.
|
SerializationHint |
Used by NativeHint annotations to indicate which types should be serializable in a native image.
|
TypeAccess |
The various types of access that can be requested.
|
TypeHint |
Configure reflection or *.class resources access on specified types.
|