Perform NullAway build-time checks in more modules
This commit enables null-safety build-time checks in all remaining modules except spring-test. See gh-32475
This commit is contained in:
@@ -203,6 +203,7 @@ class PersistenceManagedTypesBeanRegistrationAotProcessor implements BeanRegistr
|
||||
});
|
||||
}
|
||||
|
||||
@SuppressWarnings("NullAway")
|
||||
private void registerInstantiatorForReflection(ReflectionHints reflection, @Nullable Annotation annotation) {
|
||||
if (annotation == null) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user