in an interface, I store constants in this way (I\'d like to know what you think of this practice). This is just a dummy example.
interface HttpConstants { /
for(Field f : HttpConstants.class.getFields()){ int constant = f.getInt(null); }