Applies aspects to Java classes at load-time or compile-time, including AspectJ runtime classes.
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.9.25</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates defining an aspect with @Aspect and a before advice.
Ensure only one weaving mechanism is active, or configure compatibility.
No dependency data recorded yet.