You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2017. It is now read-only.
Using this library how to create instances per request.
class CarouselModule extends Module {
CarouselModule() {
install(new TransitionModule());
bind(Carousel); // Want this class to be injected per request and not as singleton
bind(Slide);
}
}
The text was updated successfully, but these errors were encountered:
Using this library how to create instances per request.
The text was updated successfully, but these errors were encountered: