An open API service indexing awesome lists of open source software.

https://github.com/dwtj/annotation-processor-hello-world

A "Hello, World" example demonstrating the basic use of Java annotation processors in Eclipse
https://github.com/dwtj/annotation-processor-hello-world

Last synced: 10 months ago
JSON representation

A "Hello, World" example demonstrating the basic use of Java annotation processors in Eclipse

Awesome Lists containing this project

README

          

Annotation Processor: Hello World
=================================

A "Hello, World" example demonstrating the basic use of Java annotation
processors in Eclipse.

To use this, you will need to export the `Hello` project as a `.jar` file and
put this `.jar` file into `World/lib/`.