public interface MethodBinder<T>
Binds a method to a chain of interceptors.
| Modifier and Type | Method and Description |
|---|---|
MethodBindingBuilder<T> |
using(Method method,
org.aopalliance.intercept.MethodInterceptor... interceptors)
Binds the given method to a chain of interceptors.
|
MethodBindingBuilder<T> using(Method method, org.aopalliance.intercept.MethodInterceptor... interceptors)
method - The method to bindinterceptors - The chain of interceptorsCopyright © 2014. All rights reserved.