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