Skip to content

Commit

Permalink
Merge pull request #28583 from polarbear567
Browse files Browse the repository at this point in the history
* pr/28583:
  Replace "e.g." by "for example"

Closes gh-28583
  • Loading branch information
snicoll committed Nov 9, 2021
2 parents 8f226c0 + 508841b commit a105f4e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -725,7 +725,7 @@ include::{docs-java}/features/externalconfig/typesafeconfigurationproperties/con


NOTE: To use constructor binding the class must be enabled using `@EnableConfigurationProperties` or configuration property scanning.
You cannot use constructor binding with beans that are created by the regular Spring mechanisms (e.g. `@Component` beans, beans created by using `@Bean` methods or beans loaded by using `@Import`)
You cannot use constructor binding with beans that are created by the regular Spring mechanisms (for example `@Component` beans, beans created by using `@Bean` methods or beans loaded by using `@Import`)

TIP: If you have more than one constructor for your class you can also use `@ConstructorBinding` directly on the constructor that should be bound.

Expand Down

0 comments on commit a105f4e

Please sign in to comment.