public interface org.ehcache.core.spi.time.TimeSourceService extends org.ehcache.spi.service.Service
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.ehcache.core.spi.time.TimeSourceService
  super_class: java.lang.Object
{
  public abstract org.ehcache.core.spi.time.TimeSource getTimeSource();
    descriptor: ()Lorg/ehcache/core/spi/time/TimeSource;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "TimeSourceService.java"