Commit d91e8021 authored by Phillip Webb's avatar Phillip Webb

Polish Javadoc

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