Package jodd.proxetta

Interface ProxyAdvice

  • All Known Implementing Classes:
    DelegateAdvice, MethrefAdvice, PathrefAdvice
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ProxyAdvice
    ProxyAdvice is the code portion of an aspect, i.e. the logic that replaces crosscutting concern.
    • Method Detail

      • execute

        java.lang.Object execute()
                          throws java.lang.Exception
        Intercepts wrapped method.
        Throws:
        java.lang.Exception