/** * This source code belongs to Moon Zang, the author. To use it for * commercial/business purpose, please contact DeepNightTwo@gmail.com * * @author Moon Zang * */ package reflectlearn; public class PrivateProps { private String strVal; private int intVal; }