@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface HK2Inject
In Guice you cannot override the meaning of {#link javax.inject.Inject}. Therefor
when injecting HK2 services into Guice services you must use this annotation