[ 原始碼: jcabi-aspects ]
套件:libjcabi-aspects-java(0.22.6-1)
libjcabi-aspects-java 的相關連結
Debian 的資源:
下載原始碼套件 jcabi-aspects:
- [jcabi-aspects_0.22.6-1.dsc]
- [jcabi-aspects_0.22.6.orig.tar.xz]
- [jcabi-aspects_0.22.6-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [aspects.jcabi.com]
相似套件:
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.
其他與 libjcabi-aspects-java 有關的套件
|
|
|
|
-
- dep: libaspectj-java
- aspect-oriented extension for Java - library
-
- dep: libgeronimo-validation-1.1-spec-java
- Geronimo JSR-349 Bean Validation Spec API
-
- dep: libjcabi-log-java (>= 0.19.0)
- Static Wrapper of SLF4