Why there's no configuration file at all for dependency injection with Google Guice?

后端 未结 6 2785
生来不讨喜
生来不讨喜 2021-02-19 23:51

I am checking out Google Guice as DI framework but I am a bit puzzled: why there\'s no configuration file at all?

I found a partial explanation on this question but it i

6条回答
  •  轮回少年
    2021-02-20 00:49

    I have recently created the following project.

    http://code.google.com/p/guice-property-injector/

    It is WIP but allows runtime injection of properties from a property file based on environment.

提交回复
热议问题