Fix type detection with annotated getter

This commit makes sure that the `type` of a property is generated
property if the getter of the property is annotated. Previously, a type
implementation may expose the annotation information.

Closes gh-11512
This commit is contained in:
Stephane Nicoll
2018-01-17 10:45:10 +01:00
parent 6c191e149d
commit d8b1f1692a
5 changed files with 222 additions and 35 deletions

View File

@@ -21,6 +21,7 @@
<java.version>1.8</java.version>
</properties>
<modules>
<module>spring-boot-configuration-processor-tests</module>
<module>spring-boot-devtools-tests</module>
<module>spring-boot-integration-tests-embedded-servlet-container</module>
<module>spring-boot-gradle-tests</module>