Skip to content

yuriytkach/advanced_java_annotations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Example code from the Advance Java Annotations training

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages