Hassle-free static metaprogramming as you dream it. Use code generation and custom annotations with ease. Write your code generation functions naturally alongside your normal code. Define and use ...
The objective of this homework was to write an annotation processor that will verify whether a certain class, annotated with the packaged annotations, uses the said design pattern correctly. My ...