Re: Compiling an Annotation Processor Class

2023-10-22 Thread Sean Carrick
Update: Upon further investigation, it is the Project Properties settings that is causing this error. So, my question has changed... How do I enable the annotation processor upon compilation for my project? I added it to the Compiler section: When I clicked on the "Add" button, only a small

Compiling an Annotation Processor Class

2023-10-22 Thread Sean Carrick
Hey, All! I have created an annotation to place application resources directly into a class, and an annotation processor to process those annotations into "Bundle.properties" and "Bundle.java" files in the same package as the annotated class. When I attempt to compile the file "ResourcesAnno