Polish Javadoc for @Import
This commit is contained in:
parent
4036ffc4d4
commit
e6c4840356
|
|
@ -53,7 +53,8 @@ import java.lang.annotation.Target;
|
||||||
public @interface Import {
|
public @interface Import {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The @{@link Configuration} and/or {@link ImportSelector} classes to import.
|
* The @{@link Configuration}, {@link ImportSelector} and/or
|
||||||
|
* {@link ImportBeanDefinitionRegistrar} classes to import.
|
||||||
*/
|
*/
|
||||||
Class<?>[] value();
|
Class<?>[] value();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue