Class | Description |
---|---|
ExceptionsLogger |
Logs all exceptions thrown out of a method.
|
ImmutabilityChecker |
Checks for class immutability.
|
MethodCacher |
Cache method results.
|
MethodInterrupter |
Interrupts long-running methods.
|
MethodLogger |
Logs method calls.
|
MethodScheduler |
Schedules methods.
|
MethodValidator |
Validates method calls.
|
Repeater |
Repeat execution 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>
Copyright © 2012-2013 jcabi.com. All Rights Reserved.