public interface org.ehcache.spi.service.MaintainableService 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.spi.service.MaintainableService
  super_class: java.lang.Object
{
  public abstract void startForMaintenance(org.ehcache.spi.service.ServiceProvider<? super org.ehcache.spi.service.MaintainableService>, org.ehcache.spi.service.MaintainableService$MaintenanceScope);
    descriptor: (Lorg/ehcache/spi/service/ServiceProvider;Lorg/ehcache/spi/service/MaintainableService$MaintenanceScope;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/ehcache/spi/service/ServiceProvider<-Lorg/ehcache/spi/service/MaintainableService;>;Lorg/ehcache/spi/service/MaintainableService$MaintenanceScope;)V
    MethodParameters:
                  Name  Flags
      serviceProvider   
      maintenanceScope  
}
SourceFile: "MaintainableService.java"
NestMembers:
  org.ehcache.spi.service.MaintainableService$MaintenanceScope
InnerClasses:
  public final MaintenanceScope = org.ehcache.spi.service.MaintainableService$MaintenanceScope of org.ehcache.spi.service.MaintainableService
    RuntimeVisibleAnnotations: 
      org.ehcache.spi.service.PluralService()