Service top-level constant
ServiceAnnotation
const Service
Service annotation instance.
This object Service is used to annotated classes to set them as Service managed in Karee
Usage
@Service
class UserService {
}
Implementation
const ServiceAnnotation Service = ServiceAnnotation();