On 6/24/2012 12:25 PM, sebb wrote:
On 24 June 2012 10:28, Thomas Neidhart <thomas.neidh...@gmail.com> wrote:
Hi,
I recently started to work more on collections and cleaning up the trunk
to make it a candidate for a release and would like to ask a few questions:
- there is still lots of javadoc missing, moving the source code level
to Java 1.6 would allow the use of @Override in more places (instead
of putting a /** {inheritDoc} */ everywhere)
AFAICT Javadoc is automatically inherited for methods that implement
an interface.
Being able to add @Override to an interface implementation does not
gain anything.
True, you don't gain anything in JavaDocs, but it is still worth adding
because the compiler will let you know if your implementation does not
match the interface.
-Adrian
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org