See More

/* */ package reflection; /* */ /* */ public class Private2 { /* 4 */ private String name = "zhangsan"; /* */ /* */ /* */ public String getName() { /* 8 */ return this.name; /* */ } /* */ } /* Location: /Volumes/TXS.128G/hope useful/practice/2020.jar!/reflection/Private2.class * Java compiler version: 8 (52.0) * JD-Core Version: 1.1.3 */