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