org.cruxframework.crux.plugin.gadget.client.features.impl
Annotation Type PreferenceGeneratorName
@Inherited
@Retention(value=RUNTIME)
@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.
value
public abstract String value
Copyright © 2014. All rights reserved.