spring-boot/spring-boot-tools/spring-boot-configuration-processor
Phillip Webb e902f6b91d Fix annotation processor builder setter detection
Update TypeElementMembers to correctly detect builder style setters.
The previous logic could fail because of the crazy way that TypeMirror
implements its equals() method.

Fixes gh-1859
See gh-1854
2014-11-10 23:03:32 -08:00
..