Skip to content

Commit

Permalink
Remove TODO in AnnotationUtils
Browse files Browse the repository at this point in the history
Closes gh-23727
  • Loading branch information
snicoll committed Sep 30, 2019
1 parent f9424c8 commit 29f0d1b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ public static boolean isCandidateClass(Class<?> clazz, String annotationName) {
if (AnnotationsScanner.hasPlainJavaAnnotationsOnly(clazz)) {
return false;
}
// TODO: annotation presence registry to be integrated here
return true;
}

Expand Down

0 comments on commit 29f0d1b

Please sign in to comment.