Registry / other / aspectjweaver

aspectjweaver

JSON →
library1.9.25javamavenunverified

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>
INSTALL
IMPORT
SIG · ASPECTJWEAVER
A
aspectjweaver
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.

Aspect
org.aspectj.lang.annotation.Aspect

Demonstrates defining an aspect with @Aspect and a before advice.

import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation.Before; @Aspect public class LoggingAspect { @Before("execution(* com.example.service.*.*(..))") public void logBefore() { System.out.println("Method called"); } }
Debug
Known issues
gotchaAspectJ weaver may conflict with other bytecode manipulation libraries (e.g., ByteBuddy).
fix
Ensure only one weaving mechanism is active, or configure compatibility.
affects: *
Upgrade
Version history
1.9.25latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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