org.hibernate.validator.internal.cdi.interceptor
Annotation Type MethodValidated


@Target(value={METHOD,TYPE,CONSTRUCTOR})
@Retention(value=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



Copyright © 2007-2013 Red Hat Middleware, LLC. All Rights Reserved