| Class | Description |
|---|---|
| AllGettersPointcut |
Pointcut on all public non final getters methods.
|
| AllMethodsPointcut |
Pointcut on all public methods.
|
| AllRealMethodsPointcut |
Pointcut on all public methods that are not getters or setters
|
| AllSettersPointcut |
Pointcut on all public non final setters methods.
|
| AllTopMethodsPointcut |
Filter for top-level public methods
|
| MethodWithAnnotationPointcut |
Pointcut on a method with one of given annotations.
|
Copyright © 2003-present Jodd Team