Annotation Type DefaultValue


@Retention(RUNTIME) @Target(METHOD) public @interface DefaultValue
Annotation to set a default value to an option.
Author:
Clement Escoffier invalid input: '<'[email protected]>
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The (optional) default value of the option.
  • Element Details

    • value

      String value
      The (optional) default value of the option. The value is converted to the right type using the Converter set in ConvertedBy.