Commit 81ebf9aa authored by Phillip Webb's avatar Phillip Webb

Polish

parent 75bf0184
...@@ -80,12 +80,9 @@ import org.springframework.web.context.support.StandardServletEnvironment; ...@@ -80,12 +80,9 @@ import org.springframework.web.context.support.StandardServletEnvironment;
* <ul> * <ul>
* <li>Create an appropriate {@link ApplicationContext} instance (depending on your * <li>Create an appropriate {@link ApplicationContext} instance (depending on your
* classpath)</li> * classpath)</li>
*
* <li>Register a {@link CommandLinePropertySource} to expose command line arguments as * <li>Register a {@link CommandLinePropertySource} to expose command line arguments as
* Spring properties</li> * Spring properties</li>
*
* <li>Refresh the application context, loading all singleton beans</li> * <li>Refresh the application context, loading all singleton beans</li>
*
* <li>Trigger any {@link CommandLineRunner} beans</li> * <li>Trigger any {@link CommandLineRunner} beans</li>
* </ul> * </ul>
* *
...@@ -123,13 +120,10 @@ import org.springframework.web.context.support.StandardServletEnvironment; ...@@ -123,13 +120,10 @@ import org.springframework.web.context.support.StandardServletEnvironment;
* <ul> * <ul>
* <li>{@link Class} - A Java class to be loaded by {@link AnnotatedBeanDefinitionReader} * <li>{@link Class} - A Java class to be loaded by {@link AnnotatedBeanDefinitionReader}
* </li> * </li>
*
* <li>{@link Resource} - An XML resource to be loaded by {@link XmlBeanDefinitionReader}, * <li>{@link Resource} - An XML resource to be loaded by {@link XmlBeanDefinitionReader},
* or a groovy script to be loaded by {@link GroovyBeanDefinitionReader}</li> * or a groovy script to be loaded by {@link GroovyBeanDefinitionReader}</li>
*
* <li>{@link Package} - A Java package to be scanned by * <li>{@link Package} - A Java package to be scanned by
* {@link ClassPathBeanDefinitionScanner}</li> * {@link ClassPathBeanDefinitionScanner}</li>
*
* <li>{@link CharSequence} - A class name, resource handle or package name to loaded as * <li>{@link CharSequence} - A class name, resource handle or package name to loaded as
* appropriate. If the {@link CharSequence} cannot be resolved to class and does not * appropriate. If the {@link CharSequence} cannot be resolved to class and does not
* resolve to a {@link Resource} that exists it will be considered a {@link Package}.</li> * resolve to a {@link Resource} that exists it will be considered a {@link Package}.</li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment