javadoc exclude some public methods from class
问题 I have to exclude a few of the public methods of a class from being included in javadocs. I tried Chris Nokleberg's ExcludeDoclet (sixlegs). But the doclet is giving a slight problem : If the other methods in the class return List (or any other generics), instead of being displayed in the javadoc as List, return type is just being displayed as List (without the generic info) Can anyone give a hint or provide a work around on how to solve this issue? 回答1: I assume the methods you want to