Spring的斷言工具類Assert的基本使用

Assert.notNull(Object object, "object is required")    -    對象非空  Assert.isTrue(Object object, "object must be true")   -    對象必須爲true    Assert.notEmpty(Collection collection, "collection must not be
相關文章
相關標籤/搜索