Annotation Interface ConfiguredValue


@Retention(CLASS) public @interface ConfiguredValue
Can be used to define a list of possible values of an option.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Description of this value.
    Value of the option.
  • Element Details

    • value

      String value
      Value of the option.
      Returns:
      value
    • description

      String description
      Description of this value.
      Returns:
      description