Interface MethodBinder<T>

    • Method Detail

      • using

        MethodBindingBuilder<T> using​(Method method,
                                      org.aopalliance.intercept.MethodInterceptor... interceptors)
        Binds the given method to a chain of interceptors.
        Parameters:
        method - The method to bind
        interceptors - The chain of interceptors
        Returns:
        A builder for binding further methods