org.loom.annotation.validation
Annotation Type NumberValidations


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,PARAMETER})
@Documented
public @interface NumberValidations

A 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

value

public abstract NumberValidation[] value