Skip to content

konohiroaki/java-annotation-processing-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Pluggable Annotation Processing API Examples

This is an example project for Pluggable Annotation Processing API (JSR 269).

How to run

$ cd /<path-to-project>

# Install library
$ cd annotation-processor
$ mvn clean install

# Do Annotation Processing
$ cd ../simple-project
$ mvn clean compile

# You can see the transformed class files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages