This commit is contained in:
Madhura Bhave
2019-10-02 14:41:01 -07:00
parent 58fc337315
commit 5547a8499f
5 changed files with 17 additions and 17 deletions

View File

@@ -901,7 +901,7 @@ The example in the previous section can be rewritten in an immutable fashion as
----
In this setup, the `@ImmutableConfigurationProperties` annotation is used to indicate that constructor binding should be used.
This means that the binder will expect to find a constructor with the parameters that you wish to have bound bind.
This means that the binder will expect to find a constructor with the parameters that you wish to have bound.
Nested classes that also require constructor binding (such as `Security` in the example above) should use the `@ConstructorBinding` annotation.