Skip to content

provegard/aptdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

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

About

Demo project for trying out Java annotation processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages