注释类型 ResourcePropertySources
-
@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented @Import(io.microsphere.spring.config.context.annotation.ResourcePropertySourcesLoader.class) public @interface ResourcePropertySources
Container annotation that aggregates severalResourcePropertySource
annotations.- 从以下版本开始:
- 1.0.0
- 作者:
- Mercy
- 另请参阅:
ResourcePropertySource
-
-
必需元素概要
所需元素 修饰符和类型 必需的元素 说明 ResourcePropertySource[]
value
The severalResourcePropertySource
annotations.
-
-
-
元素详细资料
-
value
@NonNull ResourcePropertySource[] value
The severalResourcePropertySource
annotations.
-
-