HK2相当于Guice的静态注入绑定和ProviderBinding [英]HK2 equivalent to Guice's static injection binding and ProviderBinding
我如何使HK2像Guice一样注入未明确配置的类? [英]How do I make HK2 act like Guice for injecting classes that weren't configured explicitly?
如何配置HK2以使用来自com.google.inject软件包的Guice @Inject注释? [英]How to configure HK2 for using Guice @Inject annotation from package com.google.inject?