mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Merge branch '7.0.x'
This commit is contained in:
+2
@@ -32,6 +32,7 @@ public class AotBeanProcessingException extends AotProcessingException {
|
||||
|
||||
private final RootBeanDefinition beanDefinition;
|
||||
|
||||
|
||||
/**
|
||||
* Create an instance with the {@link RegisteredBean} that fails to be
|
||||
* processed, a detail message, and an optional root cause.
|
||||
@@ -65,6 +66,7 @@ public class AotBeanProcessingException extends AotProcessingException {
|
||||
return sb.toString();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Return the bean definition of the bean that failed to be processed.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user