All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.aspectj.lang.package.html Maven / Gradle / Ivy

Go to download

AspectJ tools most notably contains the AspectJ compiler (AJC). AJC applies aspects to Java classes during compilation, fully replacing Javac for plain Java classes and also compiling native AspectJ or annotation-based @AspectJ syntax. Furthermore, AJC can weave aspects into existing class files in a post-compile binary weaving step. This library is a superset of AspectJ weaver and hence also of AspectJ runtime.

There is a newer version: 1.9.22.1
Show newest version


Provides several interfaces for obtaining reflective information about a
join point, as well as several exceptions that can be thrown by AspectJ
code.

JoinPoint and Signature provide reflective information about a join point. Instances of these interfaces are available inside of advice with the special variables thisJoinPoint, thisJoinPointStaticPart, and thisEnclosingJoinPointStaticPart.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy