Polish Javadoc

This commit is contained in:
Phillip Webb 2013-07-05 20:06:09 -07:00
parent 261955c50b
commit d91e802139

View File

@ -14,21 +14,17 @@ import org.springframework.zero.SpringApplication;
import org.springframework.zero.context.embedded.AnnotationConfigEmbeddedWebApplicationContext;
/**
* <p>
* A handy opinionated {@link WebApplicationInitializer} for applications that only have
* one Spring servlet, and no more than a single filter (which itself is only enabled when
* Spring Security is detected). If your application is more complicated consider using
* one of the other WebApplicationInitializers.
* <p>
*
* <p>
* <p/>
* Note that a WebApplicationInitializer is only needed if you are building a war file and
* deploying it. If you prefer to run an embedded container (we do) then you won't need
* this at all.
* </p>
*
* @author Dave Syer
*
*/
public abstract class SpringServletInitializer implements WebApplicationInitializer {