public interface WebApplicationInitializer
Servlet 3.0+ compatible interface for bootstrapping a web application. Any
class (or classes) on the classpath implementing WebApplicationInitializer
will be initialized by the container.
public class MyWebApplication implements WebApplicationInitializer {