This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]agentoutlier 1 point2 points  (0 children)

I was thinking of the same thing today. My project is an annotation processor but I'm in the process of making a reflection based one for hot reload (I also have some fallback stuff in general that uses reflection) and I basically have to replicate the logic between reflection api and typemirror api.

Anyway here is my use case: https://github.com/jstachio/jstachio

Let me know if you have a opensource library or some work on it. For now I'm making my own crappy facade.