Auf Thema antworten

Wie Guice aufgebaut ist, z.B. Binden oder wozu Module sind... in der wiki stehen viele begriffe die ich nicht verstehe z.B. (binden):"

The injector's job is to assemble graphs of objects. You request an instance of a given type, and it figures out what to build, resolves dependencies, and wires everything together. To specify how dependencies are resolved, configure your injector with bindings.



"



Oben