Annotation Type 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.- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
ResourcePropertySource
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ResourcePropertySource[]
value
The severalResourcePropertySource
annotations.
-
-
-
Element Detail
-
value
@Nonnull ResourcePropertySource[] value
The severalResourcePropertySource
annotations.
-
-