| OLD | NEW |
| 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
| 2 // for details. All rights reserved. Use of this source code is governed by a | 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. | 3 // BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 /** | 5 /** |
| 6 * This library is deprecated. Please convert all references to this library to | 6 * This library is deprecated. Please convert all references to this library to |
| 7 * reference one of the following public libraries: | 7 * reference one of the following public libraries: |
| 8 * * package:analyzer/dart/element/element.dart | 8 * * package:analyzer/dart/element/element.dart |
| 9 * * package:analyzer/dart/element/type.dart | 9 * * package:analyzer/dart/element/type.dart |
| 10 * * package:analyzer/dart/element/visitor.dart | 10 * * package:analyzer/dart/element/visitor.dart |
| 11 * | 11 * |
| 12 * If your code is using APIs not available in these public libraries, please | 12 * If your code is using APIs not available in these public libraries, please |
| 13 * contact the analyzer team to either find an alternate API or have the API you | 13 * contact the analyzer team to either find an alternate API or have the API you |
| 14 * depend on added to the public API. | 14 * depend on added to the public API. |
| 15 */ | 15 */ |
| 16 @deprecated |
| 16 library analyzer.src.generated.element; | 17 library analyzer.src.generated.element; |
| 17 | 18 |
| 18 export 'package:analyzer/dart/element/element.dart'; | 19 export 'package:analyzer/dart/element/element.dart'; |
| 19 export 'package:analyzer/dart/element/type.dart'; | 20 export 'package:analyzer/dart/element/type.dart'; |
| 20 export 'package:analyzer/dart/element/visitor.dart'; | 21 export 'package:analyzer/dart/element/visitor.dart'; |
| 21 export 'package:analyzer/src/dart/element/element.dart'; | 22 export 'package:analyzer/src/dart/element/element.dart'; |
| 22 export 'package:analyzer/src/dart/element/member.dart'; | 23 export 'package:analyzer/src/dart/element/member.dart'; |
| 23 export 'package:analyzer/src/dart/element/type.dart'; | 24 export 'package:analyzer/src/dart/element/type.dart'; |
| OLD | NEW |