netty / netty-incubator-codec-quic

Apache License 2.0
303 stars 72 forks source link

Apply Nullable annotations to arrays #705

Closed simonatan closed 7 months ago

simonatan commented 7 months ago

Motivation: Nullable annotations give an idea of what to expect from the API. Plus, they provide better IDE integration.

Modification: Nullable annotations are applied to arrays where necessary.

Result: The change extends the API with nullability expectations.