This repository has been archived by the owner on Dec 6, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
PROPOSAL: Change Module syntax #90
Comments
+1 |
pavelgj
added a commit
to pavelgj/di.dart
that referenced
this issue
Apr 23, 2014
bind(Foo, annotatedWith: a, toValue: new Foo(), visibility: v); bind(Foo, annotatedWith: a, toFactory: (i) => new Foo(), visibility: v); bind(Foo, annotatedWith: a, toImplementation: FooImpl, visibility: v); bind(Foo, annotatedWith: a, visibility: v); type, value and factory methods are marked as deprecated. Closes dart-archive#90
pavelgj
added a commit
to pavelgj/di.dart
that referenced
this issue
Apr 23, 2014
bind(Foo, annotatedWith: a, toValue: new Foo(), visibility: v); bind(Foo, annotatedWith: a, toFactory: (i) => new Foo(), visibility: v); bind(Foo, annotatedWith: a, toImplementation: FooImpl, visibility: v); bind(Foo, annotatedWith: a, visibility: v); type, value and factory methods are marked as deprecated. Closes dart-archive#90
pavelgj
added a commit
to pavelgj/di.dart
that referenced
this issue
Apr 25, 2014
bind(Foo, annotatedWith: a, toValue: new Foo(), visibility: v); bind(Foo, annotatedWith: a, toFactory: (i) => new Foo(), visibility: v); bind(Foo, annotatedWith: a, toImplementation: FooImpl, visibility: v); bind(Foo, annotatedWith: a, visibility: v); type, value and factory methods are marked as deprecated. Closes dart-archive#90
pavelgj
added a commit
to pavelgj/di.dart
that referenced
this issue
Apr 25, 2014
bind(Foo, annotatedWith: a, toValue: new Foo(), visibility: v); bind(Foo, annotatedWith: a, toFactory: (i) => new Foo(), visibility: v); bind(Foo, annotatedWith: a, toImplementation: FooImpl, visibility: v); bind(Foo, annotatedWith: a, visibility: v); type, value and factory methods are marked as deprecated. Closes dart-archive#90
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current API:
I think this syntax would be nicer on the eyes.
The text was updated successfully, but these errors were encountered: