Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Unified Diff: dart/sdk/lib/mirrors/mirrors.dart

Issue 66633003: Version 1.0.0.0 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/sdk/lib/_internal/libraries.dart ('k') | dart/tools/VERSION » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/mirrors/mirrors.dart
===================================================================
--- dart/sdk/lib/mirrors/mirrors.dart (revision 30108)
+++ dart/sdk/lib/mirrors/mirrors.dart (working copy)
@@ -1,4 +1,4 @@
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
@@ -45,6 +45,13 @@
* num, bool, String, a list of objects that are serializable
* across isolates, or a map with keys and values that are all serializable across
* isolates.
+ *
+ * ## Status: Unstable
+ *
+ * The dart:mirrors library is unstable and its API might change slightly as a
+ * result of user feedback. This library is platform dependent and therefore it
+ * has implementations for both dart2js and the Dart VM. Both are under
+ * development and may not support all operations yet.
*/
library dart.mirrors;
@@ -568,7 +575,7 @@
* Returns a map of the top-level methods, getters and setters of the library.
*
* The intent is to capture those members that constitute the API of a
- * library. Hence fields are not included, but the getters and setters
+ * library. Hence fields are not included, but the getters and setters
* implicitly introduced by fields are included. Synthetic getters for the
* types exported by the library are also included.
*
« no previous file with comments | « dart/sdk/lib/_internal/libraries.dart ('k') | dart/tools/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698