<@U0B85AN68> If an annotation processor performs c...
# arrow
r
@Eugenio If an annotation processor performs codegen that should be expanded with other annotation processors, does it need to do anything special beside adding the annotations to codegen?
e
Oh and while you do so, maybe we should think about some sort of collaboration between processors/generators? In this case you would want to manually create an instance of the
@deriving
processor/generator and feed it the needed information about the classes you just generated
r
👍