提交 ce0d9164 编写于 作者: S Sam Brannen

Fix 'method' typo in @PropertySources

上级 39eb7442
/* /*
* 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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -26,9 +26,9 @@ import java.lang.annotation.Target; ...@@ -26,9 +26,9 @@ import java.lang.annotation.Target;
* Container annotation that aggregates several {@link PropertySource} annotations. * Container annotation that aggregates several {@link PropertySource} annotations.
* *
* <p>Can be used natively, declaring several nested {@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, * 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 method, * where {@link PropertySource} can simply be declared several times on the same
* implicitly generating this container annotation. * {@linkplain ElementType#TYPE type}, implicitly generating this container annotation.
* *
* @author Phillip Webb * @author Phillip Webb
* @since 4.0 * @since 4.0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册