Hi, Is there a way to show annotations on type arguments in JavaDoc?
My annotation type is meta-annotated with @Target(TYPE_USE) and
@Documented, still it isn't shown in JavaDocs for elements using it,
e.g. a method like this:
foo(List<@MyAnno String> strings) { ... }
Is this generally not supported or is there some sort of option I need
to enable to have type use annotations showing up in JavaDoc?
Thanks,
--Gunnar
