| Maybe... https://www.eclipse.org/jetty/documentation/9.4.x/startup-classpath.html ```System classes such as java.lang.String are excluded from the webapp priority, and you may not replace them with classes in WEB-INF/lib or WEB-INF/ classes. Unfortunately the specification does not clearly state what classes are System classes, and it is unclear if all javax classes should be treated as System classes.``` Jetty provides a javax.annotation class, but not the javax.activation. |