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

Author:
Emmanuel Bernard
See Also:
Pattern

Required Element Summary
 Pattern[] value
           
 

Element Detail

value

public abstract Pattern[] value


Copyright © 2007-2013. All Rights Reserved.