From aa2071b04562ddc3e18e082e012b5a40c5b04057 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Tue, 9 Sep 2025 09:03:07 +0200 Subject: [PATCH] Fix outdated comment. --- source_gen/lib/src/generator_for_annotation.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source_gen/lib/src/generator_for_annotation.dart b/source_gen/lib/src/generator_for_annotation.dart index e940d655..e968660c 100644 --- a/source_gen/lib/src/generator_for_annotation.dart +++ b/source_gen/lib/src/generator_for_annotation.dart @@ -44,13 +44,9 @@ abstract class GeneratorForAnnotation extends Generator { final bool throwOnUnresolved; /// Annotation package for [TypeChecker.typeNamed]. - /// - /// Currently unused, will be used from `source_gen` 4.0.0. final String? inPackage; /// Annotation package type for [TypeChecker.typeNamed]. - /// - /// Currently unused, will be used from `source_gen` 4.0.0. final bool? inSdk; /// By default, this generator will throw if it encounters unresolved