ConstructorBinding
Annotation that can be used to indicate which constructor to use when binding configuration properties using constructor arguments rather than by calling setters. A single parameterized constructor implicitly indicates that constructor binding should be used unless the constructor is annotated with @Autowired
.
Author
Phillip Webb
Since
3.0.0