diff --git a/spring-context/src/main/java/org/springframework/context/annotation/PropertySources.java b/spring-context/src/main/java/org/springframework/context/annotation/PropertySources.java index 12484b883a..5de6d0caaf 100644 --- a/spring-context/src/main/java/org/springframework/context/annotation/PropertySources.java +++ b/spring-context/src/main/java/org/springframework/context/annotation/PropertySources.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2013 the original author or authors. + * Copyright 2002-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,9 +26,9 @@ import java.lang.annotation.Target; * Container annotation that aggregates several {@link PropertySource} annotations. * *
Can be used natively, declaring several nested {@link PropertySource} annotations. - * Can also be used in conjunction with Java 8's support for repeatable annotations, - * where {@link PropertySource} can simply be declared several times on the same method, - * implicitly generating this container annotation. + * Can also be used in conjunction with Java 8's support for repeatable annotations, + * where {@link PropertySource} can simply be declared several times on the same + * {@linkplain ElementType#TYPE type}, implicitly generating this container annotation. * * @author Phillip Webb * @since 4.0