Use annotation to specify which classes/interfaces should be generate javadoc?
- by ipkiss
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