zerocode
zerocode copied to clipboard
Replacing interface with class for constants only
The interface org.jsmart.zerocode.core.constants.ZerocodeConstants is just used only for constants! And with this we are neither providing any sort of pure abstraction ! since interfaces are primarily used for defining APIs and contracts and the same is not used here, I request you to kindly check this PR where the change has been made from an interface to class. Even in future if some apis are to be defined related to ZeroCode we can still go ahead with a new interface !
I am working on this issue. !!