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.