Reports incorrect bean references in the value parameter of the @DependsOn annotation.

Example:


  @Component
  @DependsOn("unknown")  // reports "Cannot resolve bean 'unknown'"
  public class MyComponent {
  }