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

[SPR-8386] polishing JavaDoc.

上级 4b026756
......@@ -29,7 +29,7 @@ import org.springframework.util.ObjectUtils;
* @author Sam Brannen
* @since 3.1
* @see ContextConfiguration
* @see SmartContextLoader
* @see SmartContextLoader#processContextConfiguration(ContextConfigurationAttributes)
* @see MergedContextConfiguration
*/
public class ContextConfigurationAttributes {
......
......@@ -73,7 +73,7 @@ public interface SmartContextLoader extends ContextLoader {
* <em>preemptively</em> verify that a generated default actually exists.
* @return <code>true</code> if this <code>SmartContextLoader</code>
* generates default configuration locations or classes
* @see #processContextConfiguration
* @see #processContextConfiguration(ContextConfigurationAttributes)
*/
boolean generatesDefaults();
......@@ -91,7 +91,7 @@ public interface SmartContextLoader extends ContextLoader {
* <code>locations</code> or <code>classes</code> property empty signals that
* this <code>SmartContextLoader</code> was not able to generate defaults.
* @param configAttributes the context configuration attributes to process
* @see #generatesDefaults
* @see #generatesDefaults()
*/
void processContextConfiguration(ContextConfigurationAttributes configAttributes);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册