org.loom.annotation.validation
Annotation Type DateValidations


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

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
 DateValidation[] value
           
 

Element Detail

value

public abstract DateValidation[] value