-
Notifications
You must be signed in to change notification settings - Fork 213
Closed
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: code completiontype: enhancement
Milestone
Description
Provide content-assist for the param value of @Qualifier
annotations, according to https://docs.spring.io/spring-framework/reference/core/beans/annotation-config/autowired-qualifiers.html.
This means that values for @Qualifier
annotations can be bean names (from the bean index) or other "random" values that are already being used with the @Qualifier
throughout the project.
Metadata
Metadata
Assignees
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: code completiontype: enhancement