org.springjutsu.validation.rules
Annotation Type SkipValidation


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface SkipValidation

Use to annotate a property representing a sub bean that has rules associated with its class, but should not be validated during sub bean validation.

Author:
Clark Duplichien



Copyright © 2013 Spring Jutsu. All Rights Reserved.