[SPR-8386] polishing JavaDoc.

This commit is contained in:
Sam Brannen 2011-06-20 14:33:08 +00:00
parent 4b026756ae
commit b00a6ccea5
2 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

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