On reflection, that may be a Spring Boot main class. Spring Boot runs as a standard Java application that launches an internal
Tomcat - or, in this case, jetty webserver. So while the webapp has no main class or method, Spring Boot may. But the best place to ask about Spring Boot is probably the Spring forum. Let me see if I can cross-link this
thread there.