Package org.jdbi.v3.sqlobject
Annotation Type SqlMethodDecoratingAnnotation
@Retention(RUNTIME)
@Target(ANNOTATION_TYPE)
@Deprecated
public @interface SqlMethodDecoratingAnnotation
Deprecated.
Annotation used to identify SQL method decorating annotations. Use this to annotate an annotation.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionClass
<? extends HandlerDecorator> Deprecated.Factory class that decoratesHandler
instances for methods annotated with the associated annotation.
-
Element Details
-
value
Class<? extends HandlerDecorator> valueDeprecated.Factory class that decoratesHandler
instances for methods annotated with the associated annotation. Must have a zero-argument constructor.- Returns:
- the handler decorator class
-
UseExtensionHandlerCustomizer
instead and implementExtensionHandlerCustomizer
for the value.