1 2 3 4 5 6 7
@SuppressWarnings("unused") public class VisibleTop { public int pub; protected int pro; private int pri; int pack; }