org.springframework.boot.context.properties

Annotation Type EnableConfigurationProperties

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element and Description
      Class<?>[] value
      Convenient way to quickly register ConfigurationProperties beans with Spring.
    • Element Detail

      • value

        public abstract Class<?>[] value
        Convenient way to quickly register ConfigurationProperties beans with Spring. Standard Spring Beans will also be scanned regardless of this value.
        Default:
        {}

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