List of usage examples for com.google.common.base Service subclass-usage
From source file org.radonix.moted.service.PreviewService.java
/** * Created by Radmon, 2014/12/31 0031. */ public class PreviewService extends Service { private static final String TAG = "PreviewService";
From source file org.radonix.moted.service.FileService.java
/** * Created by Radmon, 2014/12/31 0031. */ public class FileService extends Service { private static final String TAG = "FileService";
From source file org.openo.msb.wrapper.consul.model.health.ImmutableService.java
/**
* Immutable implementation of {@link Service}.
* <p>
* Use the builder to create immutable instances:
* {@code ImmutableService.builder()}.
*/