Service Debug Info
data class ServiceDebugInfo( val cls: DebugInfo.ClassInfo, val type: ServiceProvider.Type, val definition: DebugInfo.ServiceDefinitionInfo, val instances: List<DebugInfo.InstanceDebugInfo>)
Content copied to clipboard
Constructors
Link copied to clipboard
fun ServiceDebugInfo( cls: DebugInfo.ClassInfo, type: ServiceProvider.Type, definition: DebugInfo.ServiceDefinitionInfo, instances: List<DebugInfo.InstanceDebugInfo>)
Content copied to clipboard