@arnaud.giuliani thanks for that. Not that I’m facing the problem now, but if I wanted to bind three Interfaces to a single Implementation, is there syntax to do that?
a
arnaud.giuliani
10/31/2018, 8:18 AM
continue with
bind
operator
arnaud.giuliani
10/31/2018, 8:18 AM
this is the standard way to add additional type binding to your definition
m
mkporwit
10/31/2018, 4:42 PM
OK, so multiple lines, each one binding some interface to an implementation? Thanks.