Remove TODO in AnnotationUtils

Closes gh-23727
This commit is contained in:
Stephane Nicoll
2019-09-30 07:55:23 +02:00
parent f9424c889b
commit 29f0d1b25e

View File

@@ -170,7 +170,6 @@ public abstract class AnnotationUtils {
if (AnnotationsScanner.hasPlainJavaAnnotationsOnly(clazz)) {
return false;
}
// TODO: annotation presence registry to be integrated here
return true;
}