The AspectJ runtime library is necessary to run Java programs enhanced by AspectJ aspects during compile-time or post-compile-time weaving.
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</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.
Uses JoinPoint in an AspectJ advice to log method calls.
No known issues recorded.
No dependency data recorded yet.