rhtyd commented on a change in pull request #2181: CLOUDSTACK-9957 Annotations
URL: https://github.com/apache/cloudstack/pull/2181#discussion_r128917459
##########
File path: api/src/org/apache/cloudstack/api/BaseCmd.java
##########
@@ -192,6 +191,8 @@
public AlertService _alertSvc;
@Inject
public UUIDManager _uuidMgr;
+ @Inject
+ public AnnotationService annotationService;
Review comment:
I would avoid injecting annotationservice in baseCmd, but instead inject
only in relevant API cmd classes.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services