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

Side by Side Diff: pkg/meta/lib/meta.dart

Issue 1705803002: Add `pkg/meta` (#25741). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | pkg/meta/pubspec.yaml » ('j') | pkg/meta/pubspec.yaml » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file.
4
5 /**
6 * Constants for use in metadata annotations such as `@protected`.
7 *
8 * See also `@deprecated` and `@override` in the `dart:core` library.
9 *
10 * Annotations provide semantic information
11 * that tools can use to provide a better user experience.
12 * For example, an IDE might not autocomplete
13 * the name of a function that's been marked `@deprecated`,
14 * or it might display the function's name differently.
15 *
16 * For information on installing and importing this library, see the
17 * [meta package on pub.dartlang.org]
18 * (http://pub.dartlang.org/packages/meta).
19 * For examples of using annotations, see
20 * [Metadata](https://www.dartlang.org/docs/dart-up-and-running/ch02.html#metada ta)
21 * in the language tour.
22 */
23 library meta;
OLDNEW
« no previous file with comments | « no previous file | pkg/meta/pubspec.yaml » ('j') | pkg/meta/pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698