My question is not really a programming problem..
I must comment my code for the JavaDoc, but I think it’s a bit strange to re-comment existing methods (I think about @Override methods).
For example, I override the method onListItemClick, is there a solution to “redirect” the user to the comment of the overridden method?
Use:
/** {@inheritDoc} */or{@link package.class#member label}http://download.oracle.com/javase/1.4.2/docs/tooldocs/windows/javadoc.html#{@inheritDoc}