> (Why don't you want a copy of the real javadoc?)

Try implementing compare( Object, Object ) in a class that implements
Comparator - now there's bloat!

The point is that often the javadoc for an abstract or interface method
gives coding suggestions, where you would probably want to describe your
particular implementation.

For my $0.02 + VAT, I prefer the "bald" version, because then I will bother
documenting it myself, rather than leaving the default javadoc there.

Once the IntelliJ guys give us proper javadoc support, I'll be able to hit
Ctrl-Alt-J (or whatever) to generate all the @param, @throws and @return
stubs anyway! (and the @see for overridden methods).

Cheers,
Dan/tastapod


***************************************************************************************
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. 
If you have received this email in error please notify [EMAIL PROTECTED] 
immediately.

This footnote also confirms that this email message has been swept for the 
presence of computer viruses.
***************************************************************************************

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to