Bean Validation API 1.0.0.GA-redhat-2

javax.validation
Annotation Type Valid


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

Mark an association as cascaded. The associated object will be validated by cascade.

Author:
Emmanuel Bernard, Hardy Ferentschik


Bean Validation API 1.0.0.GA-redhat-2

Copyright © 2007-2012 JBoss by Red Hat. All Rights Reserved.