Skip to content
This repository has been archived by the owner on Dec 6, 2017. It is now read-only.

Commit

Permalink
chore(annotations): remove annotation export
Browse files Browse the repository at this point in the history
  • Loading branch information
Anting Shen committed Aug 8, 2014
1 parent 3e0d224 commit 19c72e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/di.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ export 'src/injector.dart' show Injector, ModuleInjector;
export 'src/module.dart' show Module, Binding, DEFAULT_VALUE;
export 'src/reflector.dart' show TypeReflector;
export 'src/errors.dart' hide BaseError, PRIMITIVE_TYPES;
export 'annotations.dart';
1 change: 1 addition & 0 deletions test/main_same_name.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
library di.tests_same_name;

import 'package:di/di.dart';
import 'package:di/annotations.dart';

@Injectable()
class Engine {}

0 comments on commit 19c72e9

Please sign in to comment.