Skip to content

Commit 29f0d1b

Browse files
committed
Remove TODO in AnnotationUtils
Closes gh-23727
1 parent f9424c8 commit 29f0d1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-core/src/main/java/org/springframework/core/annotation/AnnotationUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ public static boolean isCandidateClass(Class<?> clazz, String annotationName) {
170170
if (AnnotationsScanner.hasPlainJavaAnnotationsOnly(clazz)) {
171171
return false;
172172
}
173-
// TODO: annotation presence registry to be integrated here
174173
return true;
175174
}
176175

0 commit comments

Comments
 (0)