@Target(value=FIELD)
@Retention(value=RUNTIME)
protected static @interface PrefPackage.DoublePref
Modifier and Type | Required Element and Description |
---|---|
double |
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.
|