setSources

open fun setSources(sources: Set<String>)

Set additional sources that will be used to create an ApplicationContext. A source can be: a class name, package name, or an XML resource location.

Sources set here will be used in addition to any primary sources set in the constructor.

Parameters

sources

the application sources to set

See also