Skip to content

Commit e03fdea

Browse files
authored
Improve ref docs regarding @bean method visibility constraints
Closes gh-26797
1 parent 0286549 commit e03fdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/core/core-beans.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8385,7 +8385,7 @@ annotation, as the following example shows:
83858385
=== Using the `@Configuration` annotation
83868386

83878387
`@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
8388+
bean definitions. `@Configuration` classes declare beans through `@Bean` annotated
83898389
methods. Calls to `@Bean` methods on `@Configuration` classes can also be used to define
83908390
inter-bean dependencies. See <<beans-java-basic-concepts>> for a general introduction.
83918391

0 commit comments

Comments
 (0)