Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
aspectj: AspectJ aspect-oriented language extension to Java
- Summary
- AspectJ is a seamless aspect-oriented language
extension to Java(tm). It can be used to cleanly
modularize the crosscutting structure of concerns
such as exception handling, multi-object protocols,
synchronization, performance optimizations, and
resource sharing. When implemented in a
non-aspect-oriented fashion, the code for these concerns
typically becomes spread out across entire programs.
AspectJ controls such code-tangling and makes the
underlying concerns more apparent, making programs
easier to develop and maintain. The project goal
is to support the AspectJ compiler and core tools.
Changelog
- * Fri Oct 7 12:00:00 2005 Ralph Apel <r.apel at r-apel.de> - 0:1.1.1-4jpp
-
- Arrange for building with jpackage-utils 1.6.x
- * Fri Aug 20 12:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:1.1.1-3jpp
-
- Build with ant-1.6.2
- Relax some requirement versions
- * Tue Jun 1 12:00:00 2004 Randy Watler <rwatler at finali.com> - 0:1.1.1-2jpp
-
- Upgrade to Ant 1.6.X