import static MyConstants.*; import MyConstants; class MyClient { private int field = MyConstants.CONSTANT; } class MyConstants { public static final int CONSTANT = 1; }