@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface SqlObjectConfiguringAnnotation
SqlObjectConfig. Use this to annotate an annotation.| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends SqlObjectConfigurerFactory> |
value
A
SqlObjectConfigurerFactory type, which will be used to create
Consumer<SqlObjectConfig> instances. |
public abstract Class<? extends SqlObjectConfigurerFactory> value
SqlObjectConfigurerFactory type, which will be used to create
Consumer<SqlObjectConfig> instances.Copyright © 2016. All rights reserved.