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


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

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


Required Element Summary
 long 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 long factory
Factory default value of the annotated option.