HK2 Jersey EJB 3 injection
问题 I followed the 22.1. Implementing Custom Injection Provider paragraph https://jersey.java.net/documentation/latest/user-guide.html#deployment I was able to develop my own injectable custom annotation following the steps described in this post: Jersey 2.x Custom Injection annotation NULL So i use these deployment instructions to bind my injectionresolver: <servlet> <servlet-name>Jersey REST Service</servlet-name> <servlet-class>org.glassfish.jersey.servlet.ServletContainer</servlet-class>