This module contains a collection of useful AOP aspects, which allow you
to modify the behavior of a Java application without writing a line of
code.
.
For example, you may want to retry HTTP resource downloading in case of
failure. You can implement a full do/while cycle yourself, or you can
annotate your method with @RetryOnFailure and let one of the AOP
aspects do the work for you.
Installed Size: 109.6 kB
Architectures: all