2022-10-18から1日間の記事一覧

@ImplementedBy VS TypeLiteral

Google guice のインジェクションバインド定義で、 com.google.inject.TypeLiteral は、良くこのように使用される。 Injector injector = Guice.createInjector(new AbstractModule(){ @Override protected void configure(){ binder().bind(new TypeLiteral<List<String></list<string>…