@Target(value=FIELD) @Retention(value=RUNTIME) public @interface ValueHintEnum
String. This can be either a hint
(for user interfaces) or a restriction (which causes the attribute to behave much like
an enum type).
By default the constraint accepts values returned from Enum.name(). If the
enum type returned from values() implements IValueHintMapping
interface, values checked are retrieved from the
IValueHintMapping.getAttributeValue() method of each individual constant.
RequiredCopyright © 2013 Carrot2.org. All Rights Reserved.