import mypackage.A; /** * */ public class Main { public static void main(String[] args) { A a = new A(); a.publicField = 1000; } }