@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface ParamBindingAnnotation
Mark an annotation as parameter binding annotation, e.g. DbBind
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
Specify the field of the annotation that provides the binding name
|
Copyright © 2014–2017 ActFramework. All rights reserved.