We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a420e84 commit bbd5fc6Copy full SHA for bbd5fc6
org.springframework.context/src/main/java/org/springframework/context/annotation/Import.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2011 the original author or authors.
+ * Copyright 2002-2012 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -53,7 +53,8 @@
53
public @interface Import {
54
55
/**
56
- * The @{@link Configuration} and/or {@link ImportSelector} classes to import.
+ * The @{@link Configuration}, {@link ImportSelector} and/or
57
+ * {@link ImportBeanDefinitionRegistrar} classes to import.
58
*/
59
Class<?>[] value();
60
}
0 commit comments