|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@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 |
|---|
public abstract java.lang.String type
TYPE_ fields can be used, or a container-specific type may
be specified.
public abstract java.lang.String value
public abstract java.lang.String info
public abstract java.lang.String min_version
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||