[SPR-8386] polishing JavaDoc.

master
Sam Brannen 13 years ago
parent 4b026756ae
commit b00a6ccea5
  1. 2
      org.springframework.test/src/main/java/org/springframework/test/context/ContextConfigurationAttributes.java
  2. 4
      org.springframework.test/src/main/java/org/springframework/test/context/SmartContextLoader.java

@ -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);

Loading…
Cancel
Save