Reports unresolved files or directories in @PropertySource and @TestPropertySource annotations.
Example:
@Configuration
@PropertySource("classpath:/com/mycompany/unknown.properties") // reports "Cannot resolve file unknown.properties"
public class AppConfig {...}