using concurrent::AtomicIntusing concurrent::AtomicRef** Service information, as returned by `Registry.serviceDefinitions()`. ** ** Note the data held this class does not change. ** To see updates to 'lifecycle' and 'noOfImpls' a new instance of this class would need to be re-acquired from `Registry.serviceDefinitions()`. ** ** @since 1.2.0constclass ServiceDefinition {** The unique id of the service.const Str serviceId** The type of the service.const Type serviceType** The scope of the service. const ServiceScope serviceScope** The proxy strategy of the service.const ServiceProxy serviceProxy** The current lifecycle of the service.const ServiceLifecycle lifecycle** The number of times this service has been created.const Int noOfImpls @NoDocoverrideconst Str toStr internalnew make(|This| f){ f(this)}}