Package org.apache.guacamole.properties
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
-
Element Details
-
value
String valueReturns 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.
-