Guice with Vaadin 10

Previously in my Vaadin 8 application I have used Guice. Now migrating to Vaadin 10 I still prefer Guice over Spring but it’s unclear to me how to set it up correctly.

In Vaadin 8 I had a UIProvider which created the Guice Injector and provided a UI class created by the injector by the method createInstance.

Would you please point out where the configuration of Guice can be done and how to tell Vaadin 10 that UI classes should be created with Guice?

Thanks in advance, Andreas

Never used Guice, so I cannot really give you hints here, but maybe this addon here can help you: https://vaadin.com/directory/component/guice-vaadin-integration

Where can I see examples?