Annotation Type UseExtensionConfigurer
Meta-Annotation used to identify annotations that modify configuration in the context of an extension object or method.
Use this to annotate an annotation.
- Since:
- 3.38.0
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionClass
<? extends ExtensionConfigurer> AExtensionConfigurer
type, which will be used to configureConfigRegistry
instances.
-
Element Details
-
value
Class<? extends ExtensionConfigurer> valueAExtensionConfigurer
type, which will be used to configureConfigRegistry
instances.- Returns:
- the Configurer type used to configure a
ConfigRegistry
for the configuring annotation
-