Annotation Interface HK2Inject


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