Does anyone know how to add an annotation to a generated class and have it be recognized during the same annotation processing step?
Use Case
We have a central interface for a data type that we have a custom annotation for. One of the processing steps is to generate a Requery entity with requery’s annotation
Expected Result
Requery’s annotation processor receives our generated entity during the same build
Actual Result
A second build has to be ran back-to-back so the generated entity already exists before annotation processing starts