Skip to content

Commit 5caa7c1

Browse files
rename supported annotations after changing folder structure
1 parent 79b6e0b commit 5caa7c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/io/github/bldl/annotationProcessing/VarianceProcessor.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
@AutoService(Processor.class)
3636
@SupportedSourceVersion(SourceVersion.RELEASE_17)
3737
@SupportedAnnotationTypes({
38-
"anthonisen.felix.annotationProcessing.MyVariance",
39-
"anthonisen.felix.annotationProcessing.Covariant",
40-
"anthonisen.felix.annotationProcessing.Contravariant",
38+
"io.github.bldl.annotationProcessing.annotations.MyVariance",
39+
"io.github.bldl.annotationProcessing.annotations.Covariant",
40+
"io.github.bldl.annotationProcessing.annotations.Contravariant",
4141
})
4242
public class VarianceProcessor extends AbstractProcessor {
4343
private Messager messager;

0 commit comments

Comments
 (0)