|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={PARAMETER,FIELD})
@Documented
@Retention(value=SOURCE)
public @interface PlacementAdds placement information to a field or parameter.
| Optional Element Summary | |
|---|---|
String |
group
A group is a logical way to display one or more variables together. |
int |
order
Gives the annotated element a relative order within its this#group(). |
String |
tab
A tab is a logical way to groups together. |
public abstract int order
this#group(). The value provided may be repeated
and in that case the order is not guaranteed.
The value is relative meaning that an element with order 10 has higher precence than one with value 25.
public abstract String group
public abstract String tab
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||