This project is used to develop examples and experiments to illustrate and understand how to access and manipulate the javac
AST via various kinds of javac
compiler plugins.
This project is curretly a container for the following sub-projects:
-
javac-ast-reader
: This maven project gives a simple implementation of an annotation processor which can read the AST generated byjavac
. -
javac-ast-examples
: This maven project gives a simple examples of using the compiler plugins implemented by the other subprojects.