class Point { /* Fields */ /** Point x coordinate */ private int x; /** Point y coordinate */ private int y; }