|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,PARAMETER}) @Retention(value=RUNTIME) public @interface MOValidationCollection
Defines constraints on a collection property.
MOProperty
Optional Element Summary | |
---|---|
int |
max
defines maximum valid number of collection items. |
int |
min
defines minimum valid number of collection items. |
public abstract int min
public abstract int max
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |