com.google.gwt.gadgets.client
Annotation Type GadgetFeature.FeatureName


@Documented
@Target(value=TYPE)
public static @interface GadgetFeature.FeatureName

Allows the Gadget manifest generator to automatically generate requires elements. The generator will examine all types to which the Gadget is assignable and collect the feature names that are required.


Required Element Summary
 java.lang.String[] value
          The names of the features required from the container.
 
Optional Element Summary
 GadgetFeature.MayRequire[] requirements
          Deprecated.  
 

Element Detail

value

public abstract java.lang.String[] value
The names of the features required from the container. If the feature is intrinsic to the container, use the INTRINSIC value.

requirements

@Deprecated
public abstract GadgetFeature.MayRequire[] requirements
Deprecated. 

Additional MayRequire tags can be added to the Gadget manifest here.

Default:
{}