Class AllMethodsPointcut

  • All Implemented Interfaces:
    ProxyPointcut

    public class AllMethodsPointcut
    extends java.lang.Object
    implements ProxyPointcut
    Pointcut on all public methods.
    • Constructor Detail

      • AllMethodsPointcut

        public AllMethodsPointcut()
    • Method Detail

      • apply

        public boolean apply​(MethodInfo methodInfo)
        Description copied from interface: ProxyPointcut
        Returns true if method should be wrapped with the proxy. Returns false if method should not be wrapped.
        Specified by:
        apply in interface ProxyPointcut