i'm trying to use `obj.apply{}` on a java-object, ...
# announcements
t
i'm trying to use
obj.apply{}
on a java-object, but it seems doing
obj.apply{ name = "Alice" }
only works if there is a
setName
and a
getName
.. why is that?