spring-boot/spring-boot-tools/spring-boot-configuration-processor
Stephane Nicoll 2786234eb4 Detect builder-style setter
Previously, a setter method that was returning the current instance was
not identified as a "setter" by the configuration processor. As a result,
builder-style APIs were not covered by the configuration metadata.

If a setter returns either void or the current class, it is now
recognized as a valid setter.

Fixes gh-1854
2014-11-08 17:53:06 +00:00
..
2014-11-08 17:53:06 +00:00