Polish Javadoc for @Import

This commit is contained in:
Phillip Webb 2012-10-30 22:13:04 -07:00 committed by Chris Beams
parent 4036ffc4d4
commit e6c4840356
1 changed files with 2 additions and 1 deletions

View File

@ -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();
} }