Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
aspectj - AspectJ aspect-oriented language extension to Java
- Description:
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.
Packages
aspectj-1.2.1-1jpp.src
[25.7 MiB] |
Changelog
by Ralph Apel (2005-11-11):
- Upgrade to 1.2.1
- Add eclipse-plugins subpackage
- Add aspectjweaver.jar
|
aspectj-1.1.1-4jpp.noarch
[4.3 MiB] |
Changelog
by Ralph Apel (2005-10-07):
- Arrange for building with jpackage-utils 1.6.x
|