Class PropertySourceExtensionLoader<A extends Annotation,EA extends PropertySourceExtensionAttributes<A>>

Type Parameters:
A - The type of Annotation must meta-annotate PropertySourceExtension
EA - The PropertySourceExtensionAttributes or its subtype
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.annotation.ImportSelector, org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware, org.springframework.context.ResourceLoaderAware
Direct Known Subclasses:
ResourcePropertySourceLoader

public abstract class PropertySourceExtensionLoader<A extends Annotation,EA extends PropertySourceExtensionAttributes<A>> extends AnnotatedPropertySourceLoader<A> implements org.springframework.context.ApplicationContextAware
Abstract ImportSelector class to load the PropertySource when the configuration annotated the Enable annotation that meta-annotates @PropertySourceExtension
Since:
1.0.0
Author:
Mercy
See Also: