public class AspectJoinPoint extends Object implements ProxyChain
| Constructor and Description |
|---|
AspectJoinPoint(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArgs() |
Object |
proceed() |
Object |
proceed(Object[] args) |
public AspectJoinPoint(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
public Object[] getArgs()
getArgs in interface ProxyChainpublic Object proceed() throws Throwable
proceed in interface ProxyChainThrowableCopyright © 2019. All rights reserved.