From 794e3870c52bb81e677d0dbcc6442da0e9a8fb29 Mon Sep 17 00:00:00 2001 From: vsavkin Date: Mon, 21 Sep 2015 13:42:30 -0700 Subject: [PATCH] docs(di): make TypeLiteral private Closes #4290 --- modules/angular2/src/core/di/type_literal.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/angular2/src/core/di/type_literal.ts b/modules/angular2/src/core/di/type_literal.ts index 3f755c7a4f..e91ebf3516 100644 --- a/modules/angular2/src/core/di/type_literal.ts +++ b/modules/angular2/src/core/di/type_literal.ts @@ -1,4 +1,5 @@ /** + * @private * Type literals is a Dart-only feature. This is here only so we can x-compile * to multiple languages. */