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


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

Marks that a given field or method needs to be validated on its own.

Author:
chris