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

Unified Diff: sdk/lib/html/html_common/metadata.dart

Issue 15074006: Generating annotations from DOM triage list. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 months 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
Index: sdk/lib/html/html_common/metadata.dart
diff --git a/sdk/lib/html/html_common/metadata.dart b/sdk/lib/html/html_common/metadata.dart
index d77557de4ba944d97f3c33a0b8b500e6e954085a..23fa4b50d836926a9ef37eeccd7e9f982f646d1b 100644
--- a/sdk/lib/html/html_common/metadata.dart
+++ b/sdk/lib/html/html_common/metadata.dart
@@ -54,6 +54,15 @@ class DomName {
}
-/// Metadata that specifies that that member is editable through generated
Emily Fortuna 2013/05/10 19:59:02 you just made Bob sad. ;-/
blois 2013/05/10 20:17:01 Consistency! All the other comments are /** style.
-/// files.
+/**
+ * Metadata that specifies that that member is editable through generated
+ * files.
+ */
class DocsEditable {}
+
+
+/**
+ * Annotation which indicates that an API is not expected to change but has
+ * not undergone enough testing to be considered stable.
+ */
+class Unstable {}
Emily Fortuna 2013/05/22 01:09:08 clarification: is this "enough testing" on our end
blois 2013/05/22 02:14:16 This was just what was proposed for the rest of Da

Powered by Google App Engine
This is Rietveld 408576698