Annotation Interface Param


@Retention(RUNTIME) @Target(PARAMETER) public @interface Param
Annotation to bind method parameters to a Query via a named parameter.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Defines the name of the parameter to bind to.
  • Element Details

    • value

      String value
      Defines the name of the parameter to bind to.
      Returns:
      the parameter name