public class AspectInvocation extends Object implements ProxyChain
| Constructor and Description |
|---|
AspectInvocation(Object target,
Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArgs() |
Object |
proceed() |
Object |
proceed(Object[] args) |
public AspectInvocation(Object target, Invocation invocation)
public Object[] getArgs()
getArgs in interface ProxyChainpublic Object proceed() throws Throwable
proceed in interface ProxyChainThrowableCopyright © 2019. All rights reserved.