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


Deprecated.

@Deprecated
@Target(value={})
public static @interface GadgetFeature.MayRequire

This annotation allows additional MayRequire tags to be added to the module specification. It can be added via Gadget.ModulePrefs.requirements() or GadgetFeature.FeatureName.requirements().


Required Element Summary
 java.lang.String type
          Deprecated. Specifies the type of requirement.
 java.lang.String value
          Deprecated. The value for the requirement.
 
Optional Element Summary
 java.lang.String info
          Deprecated. Provides optional explanatory text for the requirement.
 java.lang.String min_version
          Deprecated. Specifies the minimum version of the requirement.
 

Element Detail

type

public abstract java.lang.String type
Deprecated. 
Specifies the type of requirement. One of the predefined TYPE_ fields can be used, or a container-specific type may be specified.


value

public abstract java.lang.String value
Deprecated. 
The value for the requirement.

info

public abstract java.lang.String info
Deprecated. 
Provides optional explanatory text for the requirement.

Default:
""

min_version

public abstract java.lang.String min_version
Deprecated. 
Specifies the minimum version of the requirement.

Default:
""