Package cn.sliew.milky.common.check
-
Class Summary Class Description Assertions Provides a static final field that can be used to check if assertions are enabled. -
Enum Summary Enum Description Asserts Conditional failures explained guava cache的一篇关于条件检查失败的描述。在大多数时候if (!condition) throw new RuntimeException();即可。 但是深入思考下去,关于条件检查也有不同的区别。Assumes Ensures Static convenience methods that help a method or constructor check whether it was invoked correctly.Requires