Package org.jdbi.v3.sqlobject.config
Annotation Type ConfiguringAnnotation
@Retention(RUNTIME)
@Target(ANNOTATION_TYPE)
@Deprecated(since="3.38.0",
forRemoval=true)
public @interface ConfiguringAnnotation
Deprecated, for removal: This API element is subject to removal in a future version.
Annotation used to modify configuration in the context of a SQL object or method. Use this to annotate an annotation.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass
<? extends Configurer> Deprecated, for removal: This API element is subject to removal in a future version.AConfigurer
type, which will be used to configureConfigRegistry
instances.
-
Element Details
-
value
Class<? extends Configurer> valueDeprecated, for removal: This API element is subject to removal in a future version.AConfigurer
type, which will be used to configureConfigRegistry
instances.- Returns:
- the Configurer type used to configure a
ConfigRegistry
for the configuring annotation.
-
UseExtensionConfigurer
.