Annotation Type IpsAllowedValues
-
@Retention(RUNTIME) @Target(METHOD) public @interface IpsAllowedValuesMarks the method returning the allowed values for anIpsAttribute.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueTheattribute's name.
-
-
-
Element Detail
-
value
java.lang.String value
Theattribute's name.
-
-