Package org.jdbi.v3.sqlobject.config
Annotation Type ConfiguringAnnotation
Deprecated.
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.AConfigurertype, which will be used to configureConfigRegistryinstances. 
- 
Element Details
- 
value
Class<? extends Configurer> valueDeprecated.AConfigurertype, which will be used to configureConfigRegistryinstances.- Returns:
 - the Configurer type used to configure a 
ConfigRegistryfor the configuring annotation. 
 
 - 
 
UseExtensionConfigurer.