Hi all,
Over the weekend, I've been playing a bit with JEP 413, and the first
impression is really great! Thanks a lot for improving the tooling here.
I've written a quick blog post about this, which you can find at [1]. Based
on that, I've had a few questions about things which were not quite cle
Hi all,
It's with great interest that I've learned about JEP 413, I think this will
be a great improvement to the user experience of JavaDoc!
When sharing this online, there was feedback from several folks [1] that
alignment for the region selection syntax with that one of AsciiDoc would
be desi
Hi Gunnar,
>
> Can you put together a tiny test case and file a bug?
>
> -- Jon
>
>
> On 02/20/2017 01:54 AM, Gunnar Morling wrote:
>>
>> Hi,
>>
>> Is there a way to show annotations on type arguments in JavaDoc?
>>
>> My annotation type i
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
Hi,
One thing I noticed is that links to specific types seem not to work
as they used to do. E.g. this link to the Java 8 docs
https://docs.oracle.com/javase/8/docs/api/index.html?javax/annotation/Generated.html
gets me right to the docs of @Generated, whereas the new
http://download.