blob: 0cb8dda45fca9e93c21a296c437ff4217e01c48e [file] [log] [blame]
// Copyright (c) 2017, 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.
export 'src/builder.dart'
show defaultFileHeader, LibraryBuilder, PartBuilder, SharedPartBuilder;
export 'src/constants/reader.dart' show ConstantReader;
export 'src/constants/revive.dart' show Revivable;
export 'src/generator.dart' show Generator, InvalidGenerationSourceError;
export 'src/generator_for_annotation.dart' show GeneratorForAnnotation;
export 'src/library.dart' show AnnotatedElement, LibraryReader;
export 'src/span_for_element.dart' show spanForElement;
export 'src/type_checker.dart' show TypeChecker, UnresolvedAnnotationException;
export 'src/utils.dart' show typeNameOf;