Incorrectly referenced bean in @DependsOn annotation
Reports incorrect bean references in the value
parameter of the @DependsOn annotation.
Example:
@Component
@DependsOn("unknown") // reports "Cannot resolve bean 'unknown'"
public class MyComponent {
}
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for JVM 2023.3 |
Plugin: | Spring, 233.SNAPSHOT |
Last modified: 13 July 2023