Is there a strong argument for `TypeElementVisitor...
# micronaut
d
Is there a strong argument for
TypeElementVisitor
not supporting multiple rounds of annotation processing? I'd like to generate code in another processor that `TypeElementVisitor`s can visit reliably (especially the built-in ones), but it doesn't seem like there is a reliable way (the "correct" way being that the processor should support multiple rounds, I think)