public interface ConstructorInvocation extends Invocation
A constructor invocation is a joinpoint and can be intercepted by a constructor interceptor.
ConstructorInterceptor
Modifier and Type | Method and Description |
---|---|
Constructor<?> |
getConstructor()
Get the constructor being called.
|
getArguments
getStaticPart, getThis, proceed
@Nonnull Constructor<?> getConstructor()
This method is a friendly implementation of the
Joinpoint.getStaticPart()
method (same result).