All Classes
-
All Classes Class Summary Enum Summary Annotation Types Summary Class Description AccessBits Specifies the reflective access desired for a type and whether it needs to be accessible as a resource in the image (i.e.AotProxyHint Used byNativeHint
annotations to indicate which classes need a proxy generating at build time - these proxies enable runtime Spring features like AOP to function correctly.AotProxyHints Repeatable annotation container forAotProxyHint
annotations.FieldHint Configure reflection for a given field.Flag The various types of access that can be requested.InitializationHint Used byNativeHint
annotations to indicate which classes/packages should be initialized explicitly at build-time or runtime.InitializationHints Repeatable annotation container forInitializationHint
annotations.InitializationTime Specifies the initialization time of a type.JdkProxyHint Used byNativeHint
annotations to indicate which interfaces (since only JDK dynamic proxies are supported) sets of types need proxies.JdkProxyHints Repeatable annotation container forJdkProxyHint
annotations.MethodHint Configure reflection for a given method.NativeHint NativeHint
annotations should be placed either on Spring configuration/registrar/import-selectors or on some implementation ofNativeConfiguration
that the system will discover via a service factory load.NativeHints Repeatable annotation container forNativeHint
annotations.ProxyBits Specifies the special behaviours that need to supported by class proxies when they are generated.ResourceHint Used byNativeHint
annotations to indicate which resources should be pulled into the image.ResourcesHints Repeatable annotation container forResourceHint
annotations.SerializationHint Used byNativeHint
annotations to indicate which types should be serializable in a native image.SerializationHints Repeatable annotation container forSerializationHint
annotations.TypeHint Configure reflection or*.class
resources access on specified types.TypeHints Repeatable annotation container forTypeHint
annotations.