provegard/aptdemo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Demo project that provides a minimal implementation of an annotation processor that prints elements annotated by @PrintMe during compilation. To build it: mvn package To test it: javac -cp /path/to/aptdemo-1.0-SNAPSHOT.jar SomeTestClass.java