@Target(value={METHOD,FIELD,CONSTRUCTOR,PARAMETER}) @Retention(value=RUNTIME) public @interface Valid
Constraints defined on the object and its properties are be validated when the property, method parameter or method return type is validated.
This behavior is applied recursively.
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.