2011/4/8 Jörg Schaible <joerg.schai...@gmx.de>: > Hi, > > just a reminder. Such a javadoc comment for a method is completely > superfluous: > > ============ %< ============= > /** > * {@inheritDoc} > */ > ============ %< ============= > > This is what the javadoc nowadays does by default ... >
Yes, but personally I like them as a good reminder when looking though the code. (Or as "nothing more to add"). There is @Override, but it is omitted in some cases when it is 1.5 or earlier. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org