注释类型 DefaultPropertiesPropertySources


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Inherited
    @Documented
    @Import(io.microsphere.spring.config.context.annotation.DefaultPropertiesPropertySourcesLoader.class)
    public @interface DefaultPropertiesPropertySources
    The annotation declaring the multiple @DefaultPropertiesPropertySource
    从以下版本开始:
    1.0.0
    作者:
    Mercy
    另请参阅:
    DefaultPropertiesPropertySource, DefaultPropertiesPropertySourceLoader, PropertySource, Configuration