Is there a way to add an annotation to a tree during one of the transform phases? I can only find examples of adding untpd annotations in the namer/typer phase, and adding an annotation to a symbol, but that requires the annotation tree to be tpd as well. How do I make a tpd Annotation assuming that the annotation already exists in the library?
Thanks!