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
- Host: GitHub
- URL: https://github.com/dwtj/annotation-processor-hello-world
- Owner: dwtj
- License: mit
- Archived: true
- Created: 2015-02-02T06:26:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-02T06:43:21.000Z (over 11 years ago)
- Last Synced: 2025-03-05T02:35:21.811Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/`.