mirror of
https://github.com/google/guice.git
synced 2024-04-21 12:32:36 +00:00
No visible change.
PiperOrigin-RevId: 382141204
This commit is contained in:
@@ -55,6 +55,8 @@ public abstract class AbstractModule implements Module {
|
||||
|
||||
Binder binder;
|
||||
|
||||
public AbstractModule() {}
|
||||
|
||||
@Override
|
||||
public final synchronized void configure(Binder builder) {
|
||||
checkState(this.binder == null, "Re-entry is not allowed.");
|
||||
|
||||
Reference in New Issue
Block a user