Should by default at least support {@link org.aopalliance.intercept.MethodInterceptor}, {@link org.springframework.aop.MethodBeforeAdvice}, {@link org.springframework.aop.AfterReturningAdvice}, {@link org.springframework.aop.ThrowsAdvice}.
@param advice object that should be an advice
@return an Advisor wrapping the given advice. Never returns null
.If the advice parameter is an Advisor, return it.
@throws UnknownAdviceTypeException if no registered advisor adaptercan wrap the supposed advice
|
|
|
|
|
|