add support for `@ConditionalOnBean` annotation attributes
martinlippert opened this issue · comments
Martin Lippert commented
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)
Martin Lippert commented
Fixed with be00e4d