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 SummaryRequired Elements
- 
Element Details- 
valueString valueDescribes a parameter supported by the statement once it is prepared.- Returns:
- A parameter name.
 
 
-