Skip to content

Commit

Permalink
removing old todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewind committed Dec 7, 2010
1 parent 00d10d6 commit 357a4fb
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,7 @@ If an object is interested in knowing when it has been fully instantiated by obj

### TODO

* Migrate to using a module specific context rather than a shared global context (similar to Guice)

@implementation MyModule
- (void) configure {
[self bind:[UIApplication sharedApplication] toClass:[UIApplication class]];
}
@end

- (void)forExample {
ObjectionInjector *context = [Objection createInjector:aModule];
id object = [context getObject:[MyObject class]];
}
* Diagram class initialization and its relationship with Objection

Installation
=======
Expand Down

0 comments on commit 357a4fb

Please sign in to comment.