public interface ConstructorInvocation extends Invocation
A constructor invocation is a joinpoint and can be intercepted by a constructor interceptor.
ConstructorInterceptor
限定符和类型 | 方法和说明 |
---|---|
java.lang.reflect.Constructor |
getConstructor()
Gets the constructor being called.
|
getArguments
getStaticPart, getThis, proceed
java.lang.reflect.Constructor getConstructor()
This method is a frienly implementation of the Joinpoint.getStaticPart()
method (same result).