摘要:
public class OrderProperties extends Properties { /** 序列化ID */ private static final long serialVersionUID = -762117852594617585L; private static final 阅读全文
摘要:
public class Reflections { private static final String SETTER_PREFIX = "set"; private static final String GETTER_PREFIX = "get"; private static final 阅读全文
摘要:
public class Exceptions { /** * 将CheckedException转换为UncheckedException. */ public static RuntimeException unchecked(Exception e) { if (e instanceof Ru 阅读全文