Use annotation to specify which classes/interfaces should be generate javadoc?

Posted by ipkiss on Stack Overflow See other posts from Stack Overflow or by ipkiss
Published on 2010-05-07T02:29:25Z Indexed on 2010/05/07 2:38 UTC
Read the original article Hit count: 327

Filed under:
|
|

Hi,

I have a java program and want to generate javadoc for classes/interfaces. However, I just want to generate javadoc for a certain classes and interfaces. I just want to know if there is any way that I can add an annotation at the beginning of each class/interface to indicate that this class/interface should not be generated javadoc (something like @no-generate-javadoc)

Does anyone have ideas, please?

Thanks

© Stack Overflow or respective owner

Related posts about javadoc

Related posts about annotation