aop
The AspectJ weaver applies aspects to Java classes. It can be used as a Java agent in order to apply load-time
weaving (LTW) during class-loading and also contains the AspectJ runtime classes.
Last Release on Dec 17, 2025
The AspectJ runtime is a small library necessary to run Java programs enhanced by AspectJ aspects during a previous
compile-time or post-compile-time (binary weaving) build step.
Last Release on Dec 17, 2025
Spring AOP provides an Alliance-compliant aspect-oriented programming implementation allowing you to define method interceptors and pointcuts to cleanly decouple code that implements functionality that should be separated.
Last Release on Apr 17, 2026
AspectJ tools most notably contains the AspectJ compiler (AJC). AJC applies aspects to Java classes during
compilation, fully replacing Javac for plain Java classes and also compiling native AspectJ or annotation-based
@AspectJ syntax.
Last Release on Dec 17, 2025
7.Spring Boot Starter AspectJ509 usages
org.springframework.boot » spring-boot-starter-aspectj Apache
Starter for using aspect-oriented programming with AspectJ
Last Release on Apr 23, 2026
The byteman jar merges the byteman-agent jar contents with those of the
byteman-jigsaw and byteman-layer jars as a mutli-release jar. The contents
of the latter two jars are installed under META-INF/versions/9 ensuring
that ...
Last Release on Oct 15, 2025
Aopalliance Version 1.0 Repackaged AS A Module
Last Release on Apr 28, 2026
10.Micronaut Core46 usages
io.micronaut » micronaut-aop Apache
Core components supporting the Micronaut Framework
Last Release on May 7, 2026
