http://stackoverflow.com/questions/320588/interfaces-with-static-fields-in-java-for-sharing-constants
Looks like using an interface and making core classes implementing the interface which has just the static constants pollutes the core class export API’s.
You might want to reconsider the choice of using Interfaces for Static Constants
Comments