Javadoc {@inheritDoc} tag class
What you are describing is not supported by the javadoc generation tool. And I think that there is a good reason for this too: If your method in the subclass is merely an implementation of an abstract method, then I think it would be correct to leave the abstract class’ name in there. On the … Read more