https://github.com/yuriytkach/advanced_java_annotations
Example code from the Advance Java Annotations training
https://github.com/yuriytkach/advanced_java_annotations
Last synced: about 2 months ago
JSON representation
Example code from the Advance Java Annotations training
- Host: GitHub
- URL: https://github.com/yuriytkach/advanced_java_annotations
- Owner: yuriytkach
- License: mit
- Created: 2016-06-09T12:33:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T10:19:58.000Z (about 5 years ago)
- Last Synced: 2025-07-11T06:25:48.076Z (3 months ago)
- Language: Java
- Size: 19.5 KB
- Stars: 4
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Sample code from the Advanced Java Annotations/Reflection training
The code showcases the creation, use and processing of custom annotations with the help of Reflection API.
The video for the training in Russian language can be found here: https://www.youtube.com/playlist?list=PL6jg6AGdCNaWgDwiPjmlIvkr8s2OdDH2PThere are two classes with `main` function in them that output information to console. You can call them in the following way:
- `mvn exec:java -Dexec.mainClass="ua.yet.adv.java.annotation.processor.AnnotationProcessor"`
- `mvn exec:java -Dexec.mainClass="ua.yet.adv.java.reflection.ServiceLoader"`