org.loom.annotation.validation
Annotation Type StringValidations


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

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

Element Detail

value

public abstract StringValidation[] value