Today I wanted to create my first annotation interface following this documentation and I got this compiler error Invalid type for annotation member": public @interface MyAnnotation { Object myParameter;...
  • May 19, 2022
  • 0 Comments
How do I search the whole classpath for an annotated class? I’m doing a library and I want to allow the users to annotate their classes, so when the...
  • May 18, 2022
  • 0 Comments