Javadoc
Jump to navigation
Jump to search
Internal
Link to External Content
/**
* For more details see {@linktourl https://example.com}
*/
If you define javadocs in the subclass they will replace the inherited javadocs, but you can use {@inheritDoc} to include the respective superclass javadoc comments in the subclass javadocs.