dokka
dokka copied to clipboard
Do not show `open` for Java fields
Dokka renders the field from Java:
int prop = 1;
as
It should not have the
open
modifier since fields can not be overridden in Kotlin.