Set up Options Extraction as an Annotation Processor
cjbrooks12 opened this issue · 0 comments
cjbrooks12 commented
Current implementation uses Reflection to locate and assign values to @Option
-annotated fields. Set this project up so that it is an Annotation Processor and generates helper classes that assign option fields without reflection (other than bootstrapping the class)