mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
2c6ccaea05
In contrast to the previous commit, a warning similar to the following is now logged in such cases. WARN o.s.c.a.MergedAnnotation - Failed to introspect meta-annotation @MyAnnotation on class example.Config: java.lang.TypeNotPresentException: Type example.OptionalDependency not present See gh-35927