Skip to content

Commit

Permalink
fix Annotation static factories, fixes #165 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfs authored Jan 3, 2024
1 parent 3824443 commit 1c2b484
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* Quality of an {@link java.lang.annotation.Annotation}.
*/
@StaticFactories(value = "Asm", packageName = "org.saynotobugs.confidence.asm")
@StaticFactories(value = "Core", packageName = "org.saynotobugs.confidence.quality")
public final class Annotation extends QualityComposition<java.lang.annotation.Annotation>
{
@SafeVarargs
Expand Down

0 comments on commit 1c2b484

Please sign in to comment.