Reports incorrect bean references in the value parameter of the @DependsOn annotation.
value
Example:
@Component @DependsOn("unknown") // reports "Cannot resolve bean 'unknown'" public class MyComponent { }