org.springframework.boot.context.properties

Annotation Type NestedConfigurationProperty



  • @Target(value=FIELD)
     @Retention(value=RUNTIME)
     @Documented
    public @interface NestedConfigurationProperty
    Indicates that a field in a ConfigurationProperties object should be treated as if it were a nested type. This annotation has no bearing on the actual binding processes, but it is used by the spring-boot-configuration-processor as a hint that a field is not bound as a single value.
    Since:
    1.2.0
    Author:
    Stephane Nicoll, Phillip Webb

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.