It is possible to have a getter and setter that re...
# announcements
d
It is possible to have a getter and setter that return and set with different types? For example, if you have a field that’s an int but it’s set using a boolean and returns a boolean.