micrometer-metrics/micrometer
GitHub で見るRemove @NullUnmarked workaround for NullAway bug on generic types
Open
#6,404 opened on 2025年6月14日
help wantednullabilitypolishtype: task
説明
It seems <T extends @Nullable Object> does not work well in some situations, see https://github.com/uber/NullAway/issues/1075.
Because of this bug in NullAway, we need to use @NullUnmarked and "invert" the contract unnecessarily, see here and here.