Reports unresolved packages in
@ComponentScan
annotations and corresponding aliased attributes of @ComponentScan meta annotations.
Example:
@ComponentScan(basePackages = {
"com.my.company",
"com.unknown" // reports "'Cannot resolve package 'unknown'"
}) +
@Configuration +
public class MyConfiguration {}