mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 21:39:05 +00:00
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