What's the possibility of making `JavaVisitorConte...
# micronaut
d
What's the possibility of making
JavaVisitorContext
and friends non-internal? The annotation processing APIs leave a bit to be desired, and being able to use the javax APIs where necessary would be nice. Most notably there is no (non-reflective) way to get a
ProcessingEnvironment
. I feel like the touted performance benefits from the annotation metadata APIs isn't a concern when we're talking about compile-time processing anyway