public interface Joinpoint
| 限定符和类型 | 方法和说明 |
|---|---|
AccessibleObject |
getStaticPart()
Return the static part of this joinpoint.
|
Object |
getThis()
Return the object that holds the current joinpoint's static part.
|
Object |
proceed()
方法实现说明:处理下一个拦截器对象
|
Object getThis()
For instance, the target object for an invocation.
AccessibleObject getStaticPart()
The static part is an accessible object on which a chain of interceptors are installed.