Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Document @Bean 'lite' mode vs @Configuration #253

Closed
wants to merge 1 commit into from

Conversation

philwebb
Copy link
Member

Rework the reference documentation to better distinguish the differences
between @bean methods used in @Comonent vs @configuration classes. The
'Using the @bean annotation' section now only covers concepts applicable
when using @bean methods in @configuration or @component classes.
Information only applicable to @configuration classes has been moved to
a new 'Using the @configuration annotation' section.

An additional sidebar section attempts to explain the differences
between the two approaches.

Issue:

Rework the reference documentation to better distinguish the differences
between @bean methods used in @Comonent vs @configuration classes. The
'Using the @bean annotation' section now only covers concepts applicable
when using @bean methods in @configuration _or_ @component classes.
Information only applicable to @configuration classes has been moved to
a new  'Using the @configuration annotation' section.

An additional sidebar section attempts to explain the differences
between the two approaches.

Issue: SPR-9425
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant