org.aopalliance.intercept.ConstructorInvocation |
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.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the constructor being called.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Gets the constructor being called.
This method is a frienly implementation of the getStaticPart()
method (same result).