completion for @DependsOn
should not suggest its own bean
#1429
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: code completion
type: enhancement
Milestone
At the moment, code completion for
@DependsOn
suggests all the bean names of the project, but it should not suggest the name of the bean on which the annotation itself is declared on. Does not make a lot of sense to declare a dependency on its own.Proposals in this case should not include the
movieService
bean name.The text was updated successfully, but these errors were encountered: