spring-boot/spring-boot-tools/spring-boot-configuration-p...
Stephane Nicoll a46396f691 Add @NestedConfigurationProperty meta-data support
Add a @NestedConfigurationProperty annotation which can be used to
customize how configuration mete-data is generated.

Prior to this commit only inner-classes where considered nested
(see Tomcat in ServerProperties). Using this new annotation, the Ssl
property in ServerProperties can be detected as well.

See gh-1001
2014-11-02 21:46:36 -08:00
..
src Add @NestedConfigurationProperty meta-data support 2014-11-02 21:46:36 -08:00
pom.xml Add processor to generate configuration meta-data 2014-11-02 21:46:28 -08:00