Uses of Annotation Interface
org.jetbrains.annotations.ApiStatus.Experimental
Packages that use ApiStatus.Experimental
-
Uses of ApiStatus.Experimental in org.jetbrains.annotations
Classes in org.jetbrains.annotations with annotations of type ApiStatus.ExperimentalModifier and TypeClassDescription@interface
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.