Files
spring-boot/spring-boot-project/spring-boot-tools
Stephane Nicoll 7d1faa1c88 Ignore static and abstract accessors
This commit updates the annotation processor and the binder to ignore
any static or abstract method that has the characteristics of a JavaBean
accessor. As a result, no property is generated for those (invalid)
accessor and no binding occurs on them either.

Closes gh-12390
2018-03-07 17:55:12 +01:00
..
2018-03-03 12:25:41 +01:00
2018-03-05 11:55:18 +00:00
2018-02-28 10:59:26 -08:00