NotNull (AWS SDK for Java

NotNull (AWS SDK for Java - 2.25.34)
The annotated element must not be null. Accepts any type.

This is useful to tell linting and testing tools that a particular value will never be null. It's not meant to be used on public interfaces as something that customers should rely on.


You Might Also Like