mike-jumper opened a new pull request #519: URL: https://github.com/apache/guacamole-client/pull/519
This change implements a new property type, `EnumGuacamoleProperty`, intended to ease creation of properties that are driven by `enum` constants. Such properties formerly required defining a custom `GuacamoleProperty` subclass. `EnumGuacamoleProperty` allows string/enum mapping through either of the following: * Annotating the constants of an enum with their corresponding string values using `@PropertyValue`. * Manually listing the constants and corresponding strings of an enum (typically necessary if the definition of the enum cannot be modified). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org