|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=FIELD) @Documented @Retention(value=RUNTIME) public @interface Component
Used to define an embedded component within another component.
| Optional Element Summary | |
|---|---|
String |
id
The id of the component. |
boolean |
inheritInformalParameters
If true, then the component will inherit all informal parameters from its parent component. |
String[] |
parameters
Parameter bindings for the component. |
String |
type
The component type. |
public abstract String id
public abstract String type
public abstract String[] parameters
public abstract boolean inheritInformalParameters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||