JavaDocs for @JvmField says "Instructs the Kotlin ...
# announcements
e
JavaDocs for @JvmField says "Instructs the Kotlin compiler not to generate getters/setters for this property and expose it as a field.", so that's kind of the opposite of what I want. I want to emulate a private field with public getter and setter.