ContainerBinding is handled on inner-class ; we need to correctly implement it with lambda bindings.
We can do:
- drop interface support and use a boolean noarg method:
public boolean isContainer()
- move
implements ContainerBinding on the *BindingPath class.