⚡ Fix dependency graph and replace Guava
This commit is contained in:
parent
4ca47777a3
commit
e914d04450
35 changed files with 184 additions and 191 deletions
|
|
@ -111,7 +111,7 @@ public class DefaultMockService implements MockService {
|
|||
Example Registration:
|
||||
|
||||
```java
|
||||
servicePipeline.registerServiceType(TypeToken.of(MockService.class), new DefaultMockService());
|
||||
servicePipeline.registerServiceType(TypeToken.get(MockService.class), new DefaultMockService());
|
||||
```
|
||||
|
||||
Example Usage:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue