Annotation Type UseExtensionConfigurer
-
@Retention(RUNTIME) @Target(ANNOTATION_TYPE) @Alpha public @interface 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
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends ExtensionConfigurer>valueAExtensionConfigurertype, which will be used to configureConfigRegistryinstances.
-
-
-
Element Detail
-
value
java.lang.Class<? extends ExtensionConfigurer> value
AExtensionConfigurertype, which will be used to configureConfigRegistryinstances.- Returns:
- the Configurer type used to configure a
ConfigRegistryfor the configuring annotation
-
-