public class AAA { private final int x = 42; public int getX() { return this.x; } }