chaokunyang commented on code in PR #2112:
URL: https://github.com/apache/fury/pull/2112#discussion_r2008772909


##########
dart/packages/fury-core/lib/src/code_gen/analyse/impl/annotation/fury_class_annotation_analyzer.dart:
##########
@@ -0,0 +1,54 @@
+import 'package:analyzer/dart/constant/value.dart';
+import 'package:analyzer/dart/element/element.dart';
+import 'package:fury_core/src/annotation/fury_class.dart';
+import 'package:fury_core/src/code_gen/analyse/analysis_type_identifier.dart';
+import 'package:fury_core/src/code_gen/entity/location_mark.dart';
+
+import '../../../../../fury_core.dart';

Review Comment:
   Does dart support to use absulate path from project root path? Relative path 
is not easy to maintain and error-prune when refactoring code



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to