Module lettuce.core

Annotation Type Param


@Retention(RUNTIME)
@Target(PARAMETER)
@Documented
public @interface Param
Annotation to bind method parameters using their name.
Since:
5.0
Author:
Mark Paluch
See Also:
Key
  • Required Element Summary

    Required Elements
    Modifier and Type Required Element Description
    String value
    Name of the parameter.
  • Element Details

    • value

      String value
      Name of the parameter.
      Returns: