@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ValidationException
A marked annotation to indicate that a certain exception class
should be used as a Validation Exception by VRaptor Validator.
Use this annotation to mark your business exceptions that
cause validation errors.
- Author:
- Sérgio Lopes
- See Also:
DefaultValidationException