Skip to content

Commit

Permalink
GH-264 - Annotation processor does not block subsequent ones anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Oct 3, 2024
1 parent 98bb794 commit b45963d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment
.forEach(it -> verifications.stream().forEach(verification -> verification.verify(it)));
}

return true;
return false;
}

private static Stream<TypeElementWrapper> getTypesInPackage(String name) {
Expand Down

0 comments on commit b45963d

Please sign in to comment.