Registry / other / aspectjrt

aspectjrt

JSON →
library1.9.25javamavenunverified

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>
INSTALL
IMPORT
SIG · ASPECTJRT
A
aspectjrt
otherjavav1.9.25
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JoinPoint
org.aspectj.lang.JoinPoint

Uses JoinPoint in an AspectJ advice to log method calls.

import org.aspectj.lang.JoinPoint; public class Example { public void advice(JoinPoint jp) { System.out.println("Method called: " + jp.getSignature()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.9.25latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Meta
1
OpenAI (training)
1
Resources
aspectjrt — mvn dependency:get aspectjrt · libregistry