|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=FIELD) @Documented @Retention(value=RUNTIME) @UseWith(value={COMPONENT,MIXIN,PAGE}) public @interface InjectPage
Allows a a page (really, the root component of the page) to be injected into another component as a read-only field.
Optional Element Summary | |
---|---|
String |
value
The name of the page to inject, which is used when the field type is not sufficient to identify the page (for example, when the field type is an interface implemented by the page). |
public abstract String value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |