@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) public @interface MethodValidated
Note: This annotation is not intended to be used by a user directly. Instead method validation integrators like CDI use it to internally mark methods and types which need validation. For users the activation of method validation should be implicit by just placing method constraints on the corresponding method.
Copyright © 2007-2012. All Rights Reserved.