Skip to content

Make @Component a javadoc link #45247

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

Conversation

florgust
Copy link
Contributor

This pull request fixes a small inconsistency in the Spring Boot documentation.

In the Spring Beans and Dependency Injection section, the @Component annotation was not rendered as a javadoc link, unlike other annotations in the same sentence (such as @Service, @Repository, and @Controller).

This change makes @Component consistent with the others by using the javadoc: syntax.

Fixes #45246

Signed-off-by: florgust <luan.flor05@gmail.com>
@florgust florgust force-pushed the fix-docs-component-link branch from 85365b0 to dde69e7 Compare April 21, 2025 22:23
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 21, 2025
@wilkinsona wilkinsona changed the title Fix docs: make @Component a javadoc link Make @Component a javadoc link Apr 22, 2025
@wilkinsona wilkinsona added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 22, 2025
@wilkinsona wilkinsona added this to the 3.3.x milestone Apr 22, 2025
@philwebb philwebb modified the milestones: 3.3.x, 3.3.11 Apr 23, 2025
@philwebb philwebb self-assigned this Apr 23, 2025
philwebb pushed a commit that referenced this pull request Apr 23, 2025
See gh-45247

Signed-off-by: florgust <luan.flor05@gmail.com>
@philwebb philwebb closed this in eb7ed4f Apr 23, 2025
@philwebb
Copy link
Member

Thanks for making your first contribution to Spring Boot @florgust 🎉

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: Missing javadoc link for @Component in Spring Beans and Dependency Injection section
4 participants