Skip to content

[feature,navigation] Add support to bean navigation in spring projects #184

@gayanper

Description

@gayanper

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 ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions