Class ServiceWrapperImpl<ServiceType extends Service<ServiceType>>


  • public class ServiceWrapperImpl<ServiceType extends Service<ServiceType>>
    extends Object
    • Constructor Detail

      • ServiceWrapperImpl

        public ServiceWrapperImpl()
    • Method Detail

      • of

        public static <ST extends Service<ST>> Class<? extends ST> of​(Class<ST> serviceType)