Interface AspectInterceptorBuilder<T>

    • Method Detail

      • build

        T build()
        Builds and returns the interceptor. Any methods that have not been advised will become "pass thrus".
        Returns:
        the interceptor instance.