Uses of Interface
org.aopalliance.intercept.MethodInvocation
Packages that use MethodInvocation
Package
Description
This package provides a set of interfaces for interception
mechanisms.
-
Uses of MethodInvocation in org.aopalliance.intercept
Methods in org.aopalliance.intercept with parameters of type MethodInvocationModifier and TypeMethodDescriptionMethodInterceptor.invoke(MethodInvocation invocation) Implement this method to perform extra treatments before and after the invocation.