spring-projects / sts4

The next generation of tooling for Spring Boot, including support for Cloud Foundry manifest files, Concourse CI pipeline definitions, BOSH deployment manifests, and more... - Available for Eclipse, Visual Studio Code, and Theia

Home Page:https://spring.io/tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add support for `@ConditionalOnBean` annotation attributes

martinlippert opened this issue · comments

Add support for @ConditionalOnBean attributes:

  • auto-completion and go to definition for type (string-based mentions of more-or-less random fully qualified Java types)
  • auto-completion and go to definition for name (string-based mentions of bean names)

Fixed with be00e4d