Annotation Type EnumGuacamoleProperty.PropertyValue

Enclosing class:
EnumGuacamoleProperty<T extends Enum<T>>

@Repeatable(PropertyValues.class) @Retention(RUNTIME) @Target(FIELD) public static @interface EnumGuacamoleProperty.PropertyValue
Defines the string value which should be accepted and parsed into the annotated enum constant. This annotation is repeatable, and each enum constant may be associated with any any number of string values.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the String value that should produce the annotated enum constant when parsed.
  • Element Details

    • value

      String value
      Returns the String value that should produce the annotated enum constant when parsed.
      Returns:
      The String value that should produce the annotated enum constant when parsed.