Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to generate Javdoc for typed collections?

843810Mar 23 2010 — edited Mar 24 2010
I have classes that return List<String> or Map<String, String>. However when I run the Javadoc tool the output only lists List or Map as return parameter.

Why? And hwo can I change this to List<String>, etc.?

K<o>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 21 2010
Added on Mar 23 2010
1 comment
1,438 views