Registry / build-tool / aspectjtools

aspectjtools

JSON →
library1.9.25javamavenunverified

AspectJ compiler and tools for compile-time and post-compile binary weaving of aspects into Java classes.

<dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjtools</artifactId> <version>1.9.25</version> </dependency>
INSTALL
IMPORT
SIG · ASPECTJTOOLS
A
aspectjtools
build-tooljavav1.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.

Main
org.aspectj.tools.ajc.Main

Minimal example showing how to invoke the AspectJ compiler (ajc) programmatically.

import org.aspectj.tools.ajc.Main; public class Example { public static void main(String[] args) { Main.main(new String[]{"-help"}); } }
Debug
Known issues
gotchaAspectJ 1.9.25 requires Java 8+; older versions may not be compatible with newer Java.
fix
Ensure Java version compatibility when using AspectJ.
affects: >=1.9.0
Upgrade
Version history
1.9.25latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
33
OpenAI (training)
1
Resources
aspectjtools — mvn dependency:get aspectjtools · libregistry