I have a simple question : Is Jersey injection compatible with CDI of java
EE 6 specification ?
Can we use @Inject annotation of Jersey in a Java EE 6 Web Application
Server ?
Can we combine CDI annotations (like @managed-bean) with Jersey REST
annotations ?