org.hibernate.validator
Annotation Type Patterns


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

The annotated element must follow the list of regexp patterns

Author:
Emmanuel Bernard

Required Element Summary
 Pattern[] value
           
 

Element Detail

value

public abstract Pattern[] value


Copyright © 2011. All Rights Reserved.