注释类型 ResourcePropertySources


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Inherited
    @Documented
    @Import(io.microsphere.spring.config.context.annotation.ResourcePropertySourcesLoader.class)
    public @interface ResourcePropertySources
    Container annotation that aggregates several ResourcePropertySource annotations.
    从以下版本开始:
    1.0.0
    作者:
    Mercy
    另请参阅:
    ResourcePropertySource