com.sun.electric.database.text
Annotation Type PrefPackage.StringPref


@Target(value=FIELD)
@Retention(value=RUNTIME)
protected static @interface PrefPackage.StringPref

Indicates that a field declaration is intended to keep value of a String option.


Required Element Summary
 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.
 

Element Detail

node

public abstract java.lang.String node
Preferences node path where the annotated option is stored. The path is relative.


key

public abstract java.lang.String key
Preferences key with which the annotated option is associated.


factory

public abstract java.lang.String factory
Factory default value of the annotated option.