|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=FIELD) @Documented @Retention(value=RUNTIME) @UseWith(value=COMPONENT) public @interface Mixin
Defines an implementation mixin for a component.
Optional Element Summary | |
---|---|
String[] |
order
Defines an ordering constraint for when the mixin should be applied in relation to other mixins. |
String |
value
Defines the type of mixin, using a logical mixin name. |
public abstract String value
public abstract String[] order
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |