JEP 413 Questions

2021-10-25 Thread Gunnar Morling
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

JEP 413: Code Snippets in Java API Documentation

2021-05-03 Thread Gunnar Morling
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

Re: @Documented ignored for type-use annotations

2017-02-22 Thread Gunnar Morling
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

@Documented ignored for type-use annotations

2017-02-21 Thread Gunnar Morling
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

RE: Feedback on the new doclet.

2016-02-17 Thread Gunnar Morling
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.