Hexa
12/11/2019, 8:34 AMdiesieben07
12/11/2019, 8:37 AMsingle
binds to the type you give it (HelloRepository
in the example), singleBy
creates the 2nd type (HelloServiceImpl
), but binds it as the 1st type (HelloService
).diesieben07
12/11/2019, 8:43 AMHelloService
by using `HelloServiceImpl`"arnaud.giuliani
12/11/2019, 9:18 AMdiesieben07
12/11/2019, 9:57 AMsingle
in this exampleHexa
12/11/2019, 10:41 PM