| Annotation Type | Description |
|---|---|
| Cacheable |
Makes a method response cacheable in memory for some time.
|
| LogExceptions |
Log all exceptions thrown out of this method.
|
| Loggable |
Makes a method loggable via
Logger. |
| RetryOnFailure |
Retry the method in case of exception.
|
The only dependency you need is (check our latest version available at www.jcabi.com):
<depedency> <groupId>com.jcabi</groupId> <artifactId>jcabi-aspects</artifactId> </dependency>
Rea how to use jcabi-aspects
with Maven.
Copyright © 2012-2013 jcabi.com. All Rights Reserved.