Package org.jdbi.v3.sqlobject.config
Annotation Type ConfiguringAnnotation
-
@Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface ConfiguringAnnotation
Annotation used to modify configuration in the context of a SQL object or method. Use this to annotate an annotation.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends Configurer>valueAConfigurertype, which will be used to configureConfigRegistryinstances.
-
-
-
Element Detail
-
value
Class<? extends Configurer> value
AConfigurertype, which will be used to configureConfigRegistryinstances.- Returns:
- the Configurer type used to configure a
ConfigRegistryfor the configuring annotation.
-
-