public interface AopLogInterface
| Modifier and Type | Method and Description |
|---|---|
void |
afterReturning(Object value)
执行后
|
void |
before(org.aspectj.lang.ProceedingJoinPoint joinPoint)
进入前
|
void before(org.aspectj.lang.ProceedingJoinPoint joinPoint)
joinPoint - pointvoid afterReturning(Object value)
value - 结果Copyright © 2017–2022. All rights reserved.