File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spring-context/src/main/java/org/springframework/context/annotation Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2013 the original author or authors.
2
+ * Copyright 2002-2014 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
26
26
* Container annotation that aggregates several {@link PropertySource} annotations.
27
27
*
28
28
* <p>Can be used natively, declaring several nested {@link PropertySource} annotations.
29
- * Can also be used in conjunction with Java 8's support for repeatable annotations,
30
- * where {@link PropertySource} can simply be declared several times on the same method,
31
- * implicitly generating this container annotation.
29
+ * Can also be used in conjunction with Java 8's support for <em> repeatable annotations</em> ,
30
+ * where {@link PropertySource} can simply be declared several times on the same
31
+ * {@linkplain ElementType#TYPE type}, implicitly generating this container annotation.
32
32
*
33
33
* @author Phillip Webb
34
34
* @since 4.0
You can’t perform that action at this time.
0 commit comments