Skip to content

Commit 8e4e951

Browse files
authored
Fix outdated comment. (#788)
1 parent 3b319fb commit 8e4e951

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source_gen/lib/src/generator_for_annotation.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,9 @@ abstract class GeneratorForAnnotation<T> extends Generator {
4444
final bool throwOnUnresolved;
4545

4646
/// Annotation package for [TypeChecker.typeNamed].
47-
///
48-
/// Currently unused, will be used from `source_gen` 4.0.0.
4947
final String? inPackage;
5048

5149
/// Annotation package type for [TypeChecker.typeNamed].
52-
///
53-
/// Currently unused, will be used from `source_gen` 4.0.0.
5450
final bool? inSdk;
5551

5652
/// By default, this generator will throw if it encounters unresolved

0 commit comments

Comments
 (0)