How to classify (by specific predefined tags/keywords) my Java source code by JavaDoc?
I'd like to specify in my JavaDoc comments one or more tags/keywords in order to classify a java class/method. The document site generated by javadoc tool should display the tags/keywords and allow to browse them i.e. return for each tag/keyword the list of classes/methods that was tagged with it.
Is there any custom tag to achieve it?
Thanks in advance,
Marco Delato