Annotation Interface Parameter
@Retention(SOURCE)
@Target(FIELD)
@Documented
@Repeatable(Parameters.class)
public @interface Parameter
Used to document a parameter that is present in the DQL/DML.
- Author:
- Donal Fellows
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueDescribes a parameter supported by the statement once it is prepared.- Returns:
- A parameter name.
-