Annotation Type JdbiConstructor


@Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD}) public @interface JdbiConstructor
Indicate to ConstructorMapper and other reflective mappers how to construct an instance. The annotation can be placed on a constructor or static factory method.