You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionalOnMissingClass.java
+3
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,10 @@
41
41
* bytecode it is safe to specify classes here that may ultimately not be on the
42
42
* classpath.
43
43
* @return the classes that must be present
44
+
* @deprecated Since 1.1.0 due to the fact that the reflection errors can occur when
45
+
* beans containing the annotation remain in the context. Use {@link #name()} instead.
0 commit comments