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
    Modifier and Type
    Required Element
    Description
    Describes a parameter supported by the statement once it is prepared.
  • Element Details

    • value

      String value
      Describes a parameter supported by the statement once it is prepared.
      Returns:
      A parameter name.