spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor
Stephane Nicoll 45f6668d03 Use @ConstructorBinding when generating meta-data
Update the configuration processor to use the newly introduced
`@ConstructorBinding` annotation to determine when meta data
should be generated from constructor parameters.

Prior to this commit, the processor had no good way to tell when
constructor parameters should be used instead of getters/setters.

Closes gh-17035
2019-10-02 13:36:27 -07:00
..
src Use @ConstructorBinding when generating meta-data 2019-10-02 13:36:27 -07:00
pom.xml Merge branch '2.1.x' 2019-10-02 10:48:57 +01:00