Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

What is Eclipse non-Javadoc comments actually do?

807580Mar 11 2010 — edited Mar 11 2010
Hi all,

Does anyone know the value of having the following comments inserted by Eclipse into the overriding methods:
 /*
   * (non-Javadoc)
   * 
   * @see
   * org.tbiq.gwt.tools.rpcservice.server.RpcRequestHandlerRegistry#addHandler(org.tbiq
   * .gwt.tools.rpcservice.server.RpcRequestHandler)
   */
  @Override
...
Does this actually accomplish something??

Thanks,
Yaakov.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 8 2010
Added on Mar 11 2010
5 comments
1,310 views