[Kotlin/dokka] New comment by yole on issue
#77: How can I hide data-class generated methods?
There is no way to do that. The Dokka-generated Javadoc shows the actual Java API of your Kotlin class, which does include the copy() and componentX() methods.