Skip to content

Commit

Permalink
Revert me!
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Dec 2, 2022
1 parent e19aa92 commit 7634e3e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ public Description matchClass(ClassTree tree, VisitorState state) {
return Description.NO_MATCH;
}

if (constructors.size() == 10) {
return Description.NO_MATCH;
}

ImmutableList<AnnotationTree> annotations =
AUTOWIRED_ANNOTATION
.multiMatchResult(Iterables.getOnlyElement(constructors), state)
Expand Down

0 comments on commit 7634e3e

Please sign in to comment.