Fix 'method' typo in @PropertySources
This commit is contained in:
parent
39eb7442fc
commit
ce0d916492
|
|
@ -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.
|
||||
*
|
||||
* <p>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 <em>repeatable annotations</em>,
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue