Class UseAnnotationExtensionHandlerCustomizer

java.lang.Object
org.jdbi.v3.core.extension.UseAnnotationExtensionHandlerCustomizer
All Implemented Interfaces:
ExtensionHandlerCustomizer

final class UseAnnotationExtensionHandlerCustomizer extends Object implements ExtensionHandlerCustomizer
Applies decorations to method handlers, according to any UseExtensionHandlerCustomizer decorating annotations present on the method. If multiple decorating annotations are present, the order of application can be controlled using the ExtensionHandlerCustomizationOrder annotation.