Preconditions
import static com.google.common.base.Preconditions.checkNotNull;
checkNotNull(service, "Did not receive service");
Last updated
Was this helpful?
import static com.google.common.base.Preconditions.checkNotNull;
checkNotNull(service, "Did not receive service");
Last updated
Was this helpful?