Clean up warnings
This commit is contained in:
@@ -34,6 +34,7 @@ import org.springframework.lang.Nullable;
|
||||
* @see BeanDefinition#getPropertyValues()
|
||||
* @see org.springframework.beans.factory.support.BeanDefinitionBuilder#addAutowiredProperty
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public final class AutowiredPropertyMarker implements Serializable {
|
||||
|
||||
/**
|
||||
|
||||
@@ -244,6 +244,7 @@ public class GroovyBeanDefinitionReader extends AbstractBeanDefinitionReader imp
|
||||
logger.trace("Loading Groovy bean definitions from " + encodedResource);
|
||||
}
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
Closure beans = new Closure(this) {
|
||||
@Override
|
||||
public Object call(Object... args) {
|
||||
|
||||
@@ -30,6 +30,7 @@ import org.springframework.lang.NonNull;
|
||||
* @see DefaultListableBeanFactory#setAllowBeanDefinitionOverriding
|
||||
* @see DefaultListableBeanFactory#registerBeanDefinition
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class BeanDefinitionOverrideException extends BeanDefinitionStoreException {
|
||||
|
||||
private final BeanDefinition beanDefinition;
|
||||
|
||||
Reference in New Issue
Block a user