Skip to content

Commit bbd5fc6

Browse files
philwebbcbeams
authored andcommitted
Backport "Polish Javadoc for @import"
Issue: SPR-9925 Backport-Commit: e6c4840 Conflicts: spring-context/src/main/java/org/springframework/context/annotation/Import.java
1 parent a420e84 commit bbd5fc6

File tree

1 file changed

+3
-2
lines changed
  • org.springframework.context/src/main/java/org/springframework/context/annotation

1 file changed

+3
-2
lines changed

org.springframework.context/src/main/java/org/springframework/context/annotation/Import.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2011 the original author or authors.
2+
* Copyright 2002-2012 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -53,7 +53,8 @@
5353
public @interface Import {
5454

5555
/**
56-
* The @{@link Configuration} and/or {@link ImportSelector} classes to import.
56+
* The @{@link Configuration}, {@link ImportSelector} and/or
57+
* {@link ImportBeanDefinitionRegistrar} classes to import.
5758
*/
5859
Class<?>[] value();
5960
}

0 commit comments

Comments
 (0)