if I have a property that’s a boolean, is there a ...
# announcements
m
if I have a property that’s a boolean, is there a way to get the method for java compat to become
isFoo()
, rather than
getFoo()