spring-framework / org.springframework.context.annotation / ImportResource / locations

locations

@AliasFor("value") val locations: Array<String>

Resource locations from which to import.

Supports resource-loading prefixes such as classpath:, file:, etc.

Consult the Javadoc for #reader for details on how resources will be processed.

Since
4.2

See Also
#value#reader