|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface ChildAggregate
Marks a method as providing a child aggregate (or set of them to a top-level aggregate).
Required Element Summary | |
---|---|
int |
order
The order this child aggregate comes in its parent aggregate. |
Optional Element Summary | |
---|---|
java.lang.String |
name
Used to specify the name of the aggregate in its context as a child aggregate. |
boolean |
required
Whether this aggregate is required. |
Element Detail |
---|
public abstract int order
public abstract java.lang.String name
public abstract boolean required
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |