Interface ContextAwareMethodInvocation

  • All Superinterfaces:
    org.aopalliance.intercept.Invocation, org.aopalliance.intercept.Joinpoint, org.aopalliance.intercept.MethodInvocation

    public interface ContextAwareMethodInvocation
    extends org.aopalliance.intercept.MethodInvocation
    • Method Detail

      • registerObjectFactory

        void registerObjectFactory​(ObjectFactory factory)
      • getCurrentContextFactory

        ObjectFactory getCurrentContextFactory()
      • getTargetAnnotation

        Annotation getTargetAnnotation()