3 Replies Latest reply on Jun 20, 2005 1:35 AM by oberon777

    Access the caller in a call(...) pointcut

    zoid

      Is there a way to access the caller object from the Interceptor when using a call(...) pointcut? Basically, an equivalent of thisJoinPoint.getThis() in AspectJ.

      Thanks!