79288035

Date: 2024-12-17 13:31:10
Score: 1.5
Natty:
Report link

This seems like you want to write an annotation processor. This gives you some help writing such an annotation processor: https://www.baeldung.com/java-annotation-processing-builder

And from Gradle you can set it up like this: https://docs.gradle.org/current/userguide/java_plugin.html#ex-declaring-annotation-processors

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: FroMage