Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiendc authored Sep 6, 2024
1 parent 365628d commit 38553a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ This is convenient in unit testing to overwrite specific types only.

### Reclaim memory after use

Typically, dependency injection is often only used at the initialization phase of a program.
Typically, dependency injection is only used at the initialization phase of a program.
However, it can take some space in memory which will become wasted after the phase.
Use the below trick to reclaim the memory taken by the autowire variables.

Expand Down

0 comments on commit 38553a3

Please sign in to comment.