I need to inject a service based on domain property, so far I came up with the following:
ApplicationHolder.application.getServiceClass(\"package.${property}Serv
Yes. Services aren't injected into domain objects. If your domain object needs something for a particular use case, let the service that owns that use case invoke the other service on the domain object's behalf.