import static java.lang.Integer.MAX_VALUE; class StaticImport { void test() { System.out.println(MAX_VALUE); } }