Skip to content

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

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
florgust opened this issue Apr 21, 2025 · 1 comment
Labels
status: superseded An issue that has been superseded by another

Comments

@florgust
Copy link
Contributor

florgust commented Apr 21, 2025

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.

@wilkinsona
Copy link
Member

Superseded by #45247.

@wilkinsona wilkinsona closed this as not planned Won't fix, can't repro, duplicate, stale Apr 22, 2025
@wilkinsona wilkinsona added status: superseded An issue that has been superseded by another and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 22, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
status: superseded An issue that has been superseded by another
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants