We've been talking for some time about whether we should start using ordinary getters and setters like any other java project rather than our current methods that don't use the get and set prefix. We have also been moving to ordinary getters and setters as we go, but for the java api it would be beneficial to move over all of the objects at this point, otherwise we just introduce or keep inconsistencies.
We've been talking for some time about whether we should start using ordinary getters and setters like any other java project rather than our current methods that don't use the
getandsetprefix. We have also been moving to ordinary getters and setters as we go, but for the java api it would be beneficial to move over all of the objects at this point, otherwise we just introduce or keep inconsistencies.