docs(di): make TypeLiteral private

Closes #4290
This commit is contained in:
vsavkin 2015-09-21 13:42:30 -07:00 committed by Victor Savkin
parent 95c8eef97a
commit 794e3870c5
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
/**
* @private
* Type literals is a Dart-only feature. This is here only so we can x-compile
* to multiple languages.
*/