| Package | Description |
|---|---|
| org.aopalliance.intercept |
This package provides a set of interfaces for interception
mechanisms.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
MethodInterceptor.invoke(MethodInvocation invocation)
Implement this method to perform extra treatments before and
after the invocation.
|
Copyright © 2009-2014 Oracle Corporation. All Rights Reserved.