public interface AspectInterceptorBuilder<T> extends MethodAdviceReceiver
AspectDecorator
and allows more
controlled creation of the created interceptor; it allows different methods to be given different advice, and allows
methods to be omitted (in which case the method invocation passes through without advice).Modifier and Type | Method and Description |
---|---|
T |
build()
Builds and returns the interceptor.
|
adviseAllMethods, adviseMethod, getInterface, getMethodAnnotation
getClassAnnotationProvider, getMethodAnnotationProvider
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.