jcabi-aspects – Useful Java AOP Aspects
Useful Java AOP Aspects is a collection of useful AOP aspects and Java annotations which allow you to modify the behavior of your Java application without writing lots of duplicate code.
For example, you may want to retry HTTP resource downloading in case of a failure. You can implement a full do/while cycle yourself or you can annotate the method with @RetryOnFailure and let one of our AOP aspects do the work for you:
Read full article from jcabi-aspects – Useful Java AOP Aspects
No comments:
Post a Comment