com.google.gwt.validation.client
Annotation Type Patterns


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

Allows the use of more than one pattern on a given field or method.

Author:
chris

Required Element Summary
 Pattern[] value
           
 

Element Detail

value

public abstract Pattern[] value