public class TimeIntervalAspect extends SimpleAspect
| 构造器和说明 |
|---|
TimeIntervalAspect() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
after(Object target,
Method method,
Object[] args)
目标方法执行后的操作
|
boolean |
before(Object target,
Method method,
Object[] args)
目标方法执行前的操作
|
afterExceptionCopyright © 2019. All rights reserved.