Community
Participate
Working Groups
@Resource annotation does not appear in content assist put cursor in the place of @Resource and press the Content Assist key, it automatically fills @DedicatedService{}. I would expect @Resource annotation to appear as CA proposal. function func() myService MyService{@Resource} end
also, when we create a variable for a service, the content assist creates code like myService MyService {@bindService}; instead of myService MyService {@Resource};
Created attachment 203815 [details] Change service prototype string
fixed
verified