|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=FIELD) @Retention(value=RUNTIME) protected static @interface PrefPackage.IntegerPref
Indicates that a field declaration is intended to keep value of an integer option.
Required Element Summary | |
---|---|
int |
factory
Factory default value of the annotated option. |
java.lang.String |
key
Preferences key with which the annotated option is associated. |
java.lang.String |
node
Preferences node path where the annotated option is stored. |
Element Detail |
---|
public abstract java.lang.String node
public abstract java.lang.String key
public abstract int factory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |