Annotation Interface Option.AllowedValues

Enclosing class:
Option

@Target(METHOD) @Inherited @Retention(CLASS) public static @interface Option.AllowedValues
Allowed values for this option. The allowed value is always configured as a string, and is compared to String.valueOf(Object) of the value.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    All allowed values for this prototype option.
  • Element Details

    • value

      All allowed values for this prototype option.
      Returns:
      values