<https://kotlinlang.org/docs/reference/java-intero...
# announcements
r
https://kotlinlang.org/docs/reference/java-interop.html#getters-and-setters
Boolean
accessor methods (where the name of the getter starts with
is
and the name of the setter starts with
set
) are represented as properties which have the same name as the getter method.