Skip to content

Commit

Permalink
rename supported annotations after changing folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixAnthonisen committed Nov 12, 2024
1 parent 79b6e0b commit 5caa7c1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
@AutoService(Processor.class)
@SupportedSourceVersion(SourceVersion.RELEASE_17)
@SupportedAnnotationTypes({
"anthonisen.felix.annotationProcessing.MyVariance",
"anthonisen.felix.annotationProcessing.Covariant",
"anthonisen.felix.annotationProcessing.Contravariant",
"io.github.bldl.annotationProcessing.annotations.MyVariance",
"io.github.bldl.annotationProcessing.annotations.Covariant",
"io.github.bldl.annotationProcessing.annotations.Contravariant",
})
public class VarianceProcessor extends AbstractProcessor {
private Messager messager;
Expand Down

0 comments on commit 5caa7c1

Please sign in to comment.