public final class ProblemDetector extends Object
| Constructor and Description |
|---|
ProblemDetector() |
| Modifier and Type | Method and Description |
|---|---|
void |
detectCircularDependencies(Collection<Binding<?>> bindings) |
void |
detectProblems(Collection<Binding<?>> values) |
void |
detectUnusedBinding(Collection<Binding<?>> bindings) |
public void detectCircularDependencies(Collection<Binding<?>> bindings)
public void detectUnusedBinding(Collection<Binding<?>> bindings)
public void detectProblems(Collection<Binding<?>> values)
Copyright © 2024 Square, Inc.. All rights reserved.