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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user