spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor
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-07 17:55:12 +01:00
2018-01-18 14:05:24 +01:00