This is a maven project setup as a WAR packaging, with an EmbedMe class in the test scope that starts an embedded jetty of the WAR file being produced by this project.
$ mvn clean install exec:exec
Open your web browser to
http://localhost:8080/ for the root of the project
http://localhost:8080/test/ to show the annotation working as expected