Reports unresolved files and directories in locations attributes
of @ImportResource annotations
and the corresponding aliased attributes of the @ImportResource meta annotations.
Example:
@Configuration
@ImportResource(locations = "classpath:META-INF/unknown-context.xml") // reports "Cannot resolve file 'unknown-context.xml'"
public class MyConfiguration {...}