接口 ConstructorInvocation
- 所有超级接口:
Invocation,Joinpoint
Description of an invocation to a constuctor, given to an interceptor upon
construtor-call.
A constructor invocation is a joinpoint and can be intercepted by a constructor interceptor.
- 另请参阅:
-
方法概要
从接口继承的方法 org.aopalliance.intercept.Invocation
getArguments从接口继承的方法 org.aopalliance.intercept.Joinpoint
getStaticPart, getThis, proceed
-
方法详细资料
-
getConstructor
Constructor<?> getConstructor()Gets the constructor being called.This method is a frienly implementation of the
Joinpoint.getStaticPart()method (same result).- 返回:
- the constructor being called.
-