A specialized {@code BeanDeclaration} implementation that represents thedeclaration of a configuration source.
Instances of this class are able to extract all information about a configuration source from the configuration definition file. The declaration of a configuration source is very similar to a bean declaration processed by {@code XMLBeanDeclaration}. There are very few differences, e.g. some reserved attributes like {@code optional} and {@code at}, and the fact that a bean factory is never needed.
@version $Id: ConfigurationDeclaration.java 1624601 2014-09-12 18:04:36Z oheger $ @since 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|