Josiah Noel

Results 151 comments of Josiah Noel

Just ran into this one today, it was quite baffling. I got around it by using a `TypeVisitor` on the typeMirror, so while I can't directly read `TypeMirror.getAnnotationMirrors()` I can...

I was thinking more of creating a separate module for the different formats

That recent pr adds support for custom parsers

> im proposing here a LOT of formats, don't know if it fits the scope to support a lot of formats it probably does, but you won't find me writing...

> Any reason for that? Aesthetics

Okay, I'm good with this

yeah all qualifiers currently generate with lowercase. @rbygrave do you want to keep it that way or change for 10.0?

> just for clarity, it is not only about the case. accepts(value=visa) is literally the String in the map key. That's because the `@Accepts` annotation itself is also qualifier. For...

> To a large extent lowercase was used to avoid any issue/variance when people migrate from using `@Named` like `@Named("red")` and migrate to `@Red` and have a difference there with...