| Interface | Description |
|---|---|
| ServiceMethodAfterAdvice<T> |
After advice for intercepting method calls.
|
| ServiceMethodAroundAdvice<T> |
Around advice for intercepting method calls.
|
| ServiceMethodBeforeAdvice |
Before advice for intercepting method calls.
|
| Class | Description |
|---|---|
| AbstractServiceMethodAfterReturningAdvice<T> |
Abstract implementation ServiceMethodAfterAdvice that can be usefull if you should intercept only after throwing
situation.
|
| AbstractServiceMethodAfterThrowingAdvice<T> |
Abstract implementation ServiceMethodAfterAdvice that can be usefull if you should intercept only after throwing
situation.
|
| Annotation Type | Description |
|---|---|
| AnyType |
Copyright © 2004–2019 OpenL Tablets. All rights reserved.