Skip to content

Commit

Permalink
Update inject/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ph2734 committed Mar 4, 2012
1 parent bcd48b4 commit 0473b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inject/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Manual Injection Plugin

This plugin provides support for manual dependency injection. Injection points are defined using ```@Provides``` and ```@Singleton``` annotations in a file called ```module.Dependencies```.
These would be injected into a preconfigured package (controllers by default)
This plugin provides support for manual dependency injection. Injection points are defined using ```@Provides``` and ```@Singleton``` annotations in a class called ```module.Dependencies```.
These would be injected into a preconfigured package (```controllers``` by default)

# Features

Expand Down

0 comments on commit 0473b54

Please sign in to comment.