Annotation Type ConfiguredValue


  • @Retention(SOURCE)
    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
      String description
      Description of this value.
      String value
      Value of the option.
    • Element Detail

      • value

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

        String description
        Description of this value.
        Returns:
        description