How to use guice-servlet with Jersey 2.0?

guice-servlet, jersey-2.0

Solution

https://github.com/Squarespace/jersey2-guice seems to be the first genuine Guice integration for Jersey 2 but it requires version 2.11+.

NOTE: I haven't tested this, but the idea is sound.

Problem

Is there any sample code demonstrating how to use guice-servlet with Jersey 2.0?

Original source

Related problems