Is it correct practice to add Javadoc comments in the interface and add non-Javadoc comments in the implementation?
Most IDEs generate non-JavaDoc comments for imple
@see It generates a link to the description in the interface. But I think it is good to add some details about the implementation too.