Annotation Type IpsDefaultValue
-
@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface IpsDefaultValueMarks the method and constant returning the default value 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.
-
-