import static java.lang.Integer.*; class A { public void test() { final int i = MAX_VALUE; } }