Annotation Interface 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.- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
The severalResourcePropertySource
annotations.
-