javax.validation.constraints
Annotation Type Pattern.List


@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER})
@Retention(value=RUNTIME)
@Documented
public static @interface Pattern.List

Defines several @Pattern annotations on the same element

See Also:
Pattern

Required Element Summary
 Pattern[] value
           
 

Element Detail

value

public abstract Pattern[] value