Skip to content

Docs: Missing javadoc link for @Component in Spring Beans and Dependency Injection section #45246

Closed as not planned
@florgust

Description

@florgust

In the Spring Beans and Dependency Injection section of the documentation, the @Component annotation is not rendered as a javadoc link, while other annotations like @Service, @Repository, and @Controller are.

Current:
All of your application components (@Component, javadoc:org.springframework.stereotype.Service[format=annotation], javadoc:org.springframework.stereotype.Repository[format=annotation], javadoc:org.springframework.stereotype.Controller[format=annotation], and others) are automatically registered as Spring Beans.

Expected:
All of your application components (javadoc:org.springframework.stereotype.Component[format=annotation], javadoc:org.springframework.stereotype.Service[format=annotation], javadoc:org.springframework.stereotype.Repository[format=annotation], javadoc:org.springframework.stereotype.Controller[format=annotation], and others) are automatically registered as Spring Beans.

Updating this would ensure consistency and improve navigation within the documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: supersededAn issue that has been superseded by another

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions