org.hibernate.validator
Annotation Type Valid


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

Enables recursive validation of an associated object

Author:
Gavin King