|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,PARAMETER})
@Documented
public @interface NumberValidationsA field that hold multiple annotations A trick to circumvent the absurd restriction on java 5 that the same annotation cannot be applied to the same attribute more than once. This is expected to change for java 7.
| Required Element Summary | |
|---|---|
NumberValidation[] |
value
|
| Element Detail |
|---|
public abstract NumberValidation[] value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||