We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0286549 commit e03fdeaCopy full SHA for e03fdea
src/docs/asciidoc/core/core-beans.adoc
@@ -8385,7 +8385,7 @@ annotation, as the following example shows:
8385
=== Using the `@Configuration` annotation
8386
8387
`@Configuration` is a class-level annotation indicating that an object is a source of
8388
-bean definitions. `@Configuration` classes declare beans through public `@Bean` annotated
+bean definitions. `@Configuration` classes declare beans through `@Bean` annotated
8389
methods. Calls to `@Bean` methods on `@Configuration` classes can also be used to define
8390
inter-bean dependencies. See <<beans-java-basic-concepts>> for a general introduction.
8391
0 commit comments