[SPR-8386] polishing JavaDoc.
This commit is contained in:
parent
4b026756ae
commit
b00a6ccea5
|
|
@ -29,7 +29,7 @@ import org.springframework.util.ObjectUtils;
|
||||||
* @author Sam Brannen
|
* @author Sam Brannen
|
||||||
* @since 3.1
|
* @since 3.1
|
||||||
* @see ContextConfiguration
|
* @see ContextConfiguration
|
||||||
* @see SmartContextLoader
|
* @see SmartContextLoader#processContextConfiguration(ContextConfigurationAttributes)
|
||||||
* @see MergedContextConfiguration
|
* @see MergedContextConfiguration
|
||||||
*/
|
*/
|
||||||
public class ContextConfigurationAttributes {
|
public class ContextConfigurationAttributes {
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@ public interface SmartContextLoader extends ContextLoader {
|
||||||
* <em>preemptively</em> verify that a generated default actually exists.
|
* <em>preemptively</em> verify that a generated default actually exists.
|
||||||
* @return <code>true</code> if this <code>SmartContextLoader</code>
|
* @return <code>true</code> if this <code>SmartContextLoader</code>
|
||||||
* generates default configuration locations or classes
|
* generates default configuration locations or classes
|
||||||
* @see #processContextConfiguration
|
* @see #processContextConfiguration(ContextConfigurationAttributes)
|
||||||
*/
|
*/
|
||||||
boolean generatesDefaults();
|
boolean generatesDefaults();
|
||||||
|
|
||||||
|
|
@ -91,7 +91,7 @@ public interface SmartContextLoader extends ContextLoader {
|
||||||
* <code>locations</code> or <code>classes</code> property empty signals that
|
* <code>locations</code> or <code>classes</code> property empty signals that
|
||||||
* this <code>SmartContextLoader</code> was not able to generate defaults.
|
* this <code>SmartContextLoader</code> was not able to generate defaults.
|
||||||
* @param configAttributes the context configuration attributes to process
|
* @param configAttributes the context configuration attributes to process
|
||||||
* @see #generatesDefaults
|
* @see #generatesDefaults()
|
||||||
*/
|
*/
|
||||||
void processContextConfiguration(ContextConfigurationAttributes configAttributes);
|
void processContextConfiguration(ContextConfigurationAttributes configAttributes);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue