Binary package “libjcabi-aspects-java” in ubuntu oracular

Collection of AOP/AspectJ Java Aspects

 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.