Annotation Type MethodValidated


@Target(TYPE) @Retention(RUNTIME) @InterceptorBinding public @interface MethodValidated
Marker annotation for a type or method indicating that method constraints shall be validated upon invocation of the given method or any methods of the given type.
Author:
Hardy Ferentschik, Gunnar Morling