Annotation Interface ParamValue


@Target({FIELD,PARAMETER}) @Retention(RUNTIME) public @interface ParamValue
Annotation to specify the name of a parameter. This annotation can be used on fields or parameters to indicate the name of a configuration parameter. The value of the annotation represents the name of the parameter. Example usage:
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The name of the configuration parameter.
  • Element Details

    • value

      String value
      The name of the configuration parameter.
      Returns:
      the name of the parameter
      Default:
      ""