Skip to content

Commit 3eabbf2

Browse files
committed
Document builder.dart as not interesting for most end-users
1 parent fbc7d37 commit 3eabbf2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

json_serializable/lib/builder.dart

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5+
/// Configuration for using `package:build`-compatible build systems.
6+
///
7+
/// See:
8+
/// * [build_runner](https://pub.dartlang.org/packages/build_runner)
9+
///
10+
/// This library is **not** intended to be imported by typical end-users unless
11+
/// you are creating a custom compilation pipeline. See documentation for
12+
/// details, and `build.yaml` for how these builders are configured by default.
13+
library json_serializable.builder;
14+
515
import 'package:build/build.dart';
616
import 'package:logging/logging.dart';
717

0 commit comments

Comments
 (0)