|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@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 |
|---|
public abstract java.lang.String[] value
INTRINSIC value.
@Deprecated public abstract GadgetFeature.MayRequire[] requirements
MayRequire tags can be added to the Gadget
manifest here.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||