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

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

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=PL6jg6AGdCNaWgDwiPjmlIvkr8s2OdDH2P

There 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"`