@Target(value=FIELD)
@Retention(value=RUNTIME)
protected static @interface PrefPackage.StringPref
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
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.
|
public abstract java.lang.String node
public abstract java.lang.String key
public abstract java.lang.String factory