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



Copyright © 2007-2009. All Rights Reserved.