-
Notifications
You must be signed in to change notification settings - Fork 223
Open
Description
There can be several type of navigation added, but most important navigation are
- Navigate from bean definition to injection candidates
- Navigate from a injection to it's bead definition.
This can be easily achieved if we could index the required information, navigation information while we index the annotations. For example if a Inject annotation is processed we could keep the type of the field with it. Likewise we could keep the type for Bean annotation as well for example. Then when searching for a bean definition for a injection we could lookup our index for all subtypes which has the Bean annotation and which is a subtype of the field type which we want to find the bean definitions for :).
What do you all think about this feature ?
Reactions are currently unavailable