|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=FIELD) @Retention(value=RUNTIME) protected static @interface PrefPackage.BooleanPref
Indicates that a field declaration is intended to keep value of a boolean option.
| Required Element Summary | |
|---|---|
boolean |
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 boolean factory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||