1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: jcabi-aspects
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Mechtilde Stehmann <mechtilde@debian.org>
Build-Depends: debhelper-compat (= 13)
, default-jdk
, maven-debian-helper
, libaspectj-java
, libaspectj-maven-plugin-java
, libgeronimo-validation-1.1-spec-java
, libjcabi-log-java
, libmaven-bundle-plugin-java
, libtemplating-maven-plugin-java
Standards-Version: 4.5.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/java-team/jcabi-aspects.git
Vcs-Browser: https://salsa.debian.org/java-team/jcabi-aspects
Homepage: https://aspects.jcabi.com/
Package: libjcabi-aspects-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Description: 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.
|