Preconditions

import static com.google.common.base.Preconditions.checkNotNull;
checkNotNull(service, "Did not receive service");

Last updated