public interface ServiceMethodAroundAdvice<T>
| Modifier and Type | Method and Description |
|---|---|
T |
around(Method interfaceMethod,
Method proxyMethod,
Object proxy,
Object... args)
If around advice defined for a service method, invokes this method.
|
Copyright © 2004–2019 OpenL Tablets. All rights reserved.