Generated by
JDiff

Class org.springframework.validation.beanvalidation.MethodValidationInterceptor

Added interface org.aopalliance.intercept.MethodInterceptor.

Changed Methods
Class[] determineValidationGroups(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
Determine the validation groups to validate against for the given method invocation.
Object invoke(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.