mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Deleting unused imports.
This commit is contained in:
+1
-2
@@ -18,7 +18,6 @@ package org.springframework.context.annotation;
|
||||
|
||||
import java.lang.annotation.Documented;
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Inherited;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
@@ -32,7 +31,7 @@ import org.springframework.beans.factory.xml.XmlBeanDefinitionReader;
|
||||
public @interface ImportResource {
|
||||
|
||||
String[] value();
|
||||
|
||||
|
||||
Class<? extends BeanDefinitionReader> reader() default XmlBeanDefinitionReader.class;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user