damian
04/17/2019, 2:30 PMProcessingEnvironment and it's surprising that I need to jump through hoops to make existing tools work. While I found the Micronaut support for annotation processing to be well-integrated, I think the type-safe native APIs are a bit cleaner, and I'm not sure why I'd want to use the Micronaut APIs if I'm writing a tool that will only run on Kotlin at compile-time. Of course I could write a standalone annotation processor, but then there is no easy way to access Micronaut features (and things like annotation stereotypes) that I am aware of