Class MethodInvocation


  • public class MethodInvocation
    extends Object
    • Field Detail

      • method

        protected final Method method
      • point

        private final org.aspectj.lang.JoinPoint point
      • signature

        private final org.aspectj.lang.reflect.MethodSignature signature
    • Constructor Detail

      • MethodInvocation

        MethodInvocation​(org.aspectj.lang.JoinPoint point)