public final class Assert
extends Object
Utility to verify non null fields.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
requireNonNull
public static <T> T requireNonNull(@Nullable
T item,
String message)