Skip to content

Commit

Permalink
add default binder
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoerl committed Nov 13, 2023
1 parent b2cd761 commit 916a2c8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ public class ConflictModule extends AbstractModule {

@Override
public void install() {
// initialize the builder
getMultibinder(binder());
}

@Provides
Expand Down

0 comments on commit 916a2c8

Please sign in to comment.