com.google.gwt.gadgets.client.impl
Annotation Type PreferenceGeneratorName
@Inherited
@Target(value=TYPE)
public @interface PreferenceGeneratorName
Specifies the name of the type of PreferenceGenerator should be used when
generating the implementation a Preference. This annotation is only required
when defining a new type of Preference; it should not be necessary for Gadget
developers to use this annotation. This is a String as opposed to a class
literal so that the PreferenceGenerator type does not have to be within the
source path of the client code.
|
Required Element Summary |
java.lang.String |
value
|
value
public abstract java.lang.String value