-
Notifications
You must be signed in to change notification settings - Fork 212
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: spring index & symbolstype: bug
Milestone
Description
The current indexer has special support for beans that implement functional interfaces from java.util.function
, which doesn't really make sense. Instead, the indexer should treat @Bean
methods that return a bean of such a type as a regular bean definition. In addition to that, indexing random type declarations that implement those functional interfaces as beans doesn't make sense, since those types are not automatically converted into beans at runtime.
This also means the remove the @>
symbol prefix for functional beans and use @+
for bean definitions consistently.
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: spring index & symbolstype: bug