Annotation Type EnableJdbiRepositories


@Retention(RUNTIME) @Target(TYPE) @Documented @Import(JdbiRepositoryRegistrar.class) public @interface EnableJdbiRepositories
Annotating a spring configuration class with this annotation enables the scanning/detection of jdbi repositories. The scanned packages can be configured in the annotation. If no explicit configuration is done the package of the annotated element will be used as the sole base package.