Skip to content

Commit

Permalink
fix annotation processor
Browse files Browse the repository at this point in the history
  • Loading branch information
thmarx committed Sep 13, 2024
1 parent d6bb936 commit 661777c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
import javax.tools.FileObject;
import javax.tools.StandardLocation;

@SupportedAnnotationTypes("com.github.thmarx.modules.api.annotation.Extension")
@SupportedAnnotationTypes("com.condation.modules.api.annotation.Extension")
@AutoService(Processor.class)
public class ExtensionAnnotationProcessor extends AbstractProcessor implements Processor {

Expand Down

0 comments on commit 661777c

Please sign in to comment.