| Package | Description |
|---|---|
| org.jetbrains.annotations |
| Modifier and Type | Class and Description |
|---|---|
interface |
NotNullByDefault
A meta-annotation applicable to Java class or package, which means that the non-primitive types mentioned
in the following contexts are recursively not-null by default:
Types of fields
Types of method parameters
Types of method return values
Recursively not-null means that along with types themselves, the components of array types, the type arguments
of generic types and the upper bounds of wildcard types are also not-null.
|
Copyright © 2025. All rights reserved.