Skip to content

Commit

Permalink
Remove not existing method from README
Browse files Browse the repository at this point in the history
  • Loading branch information
P3ridot authored Jul 16, 2023
1 parent ce039b2 commit 18154e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ Injector supports three main ways to bind with a value:
* Binding to the verified annotation `resources.annotatedWithTested(<Annotation>)` *(safer but slower alternative to `annotatedWith`)*

Each binding supports three ways of assigning value:
* `assign(<Type>)` - creates a new instance of type per call
* `assignInstance(<Object>)`/`assignInstance(Supplier<Object>)` - binds the specified value/some kind of lazy values
* `assignHandler((<Expected Type Of Value>, <Annotation>) -> { /* logic */ })` - binds custom handler

Expand Down

0 comments on commit 18154e9

Please sign in to comment.