I\'m using Guice (v 3.0) and have a value that is being injected into a constructor. This value can be null, so I have annotated the parameter in the constructor with @Nullable
Turned out to be an eclipse problem - wasn't refreshing my workspace properly.