Package net.bytebuddy.agent.utility.nullability
package net.bytebuddy.agent.utility.nullability
A package to contain nullability annotations to be used within the Byte Buddy agent project.
-
Annotation InterfacesClassDescriptionIndicates that a field, method or parameter can only be
null
.Indicates that a field, method or parameter can sometimes benull
.Indicates that a field, method or parameter can never benull
.Indicates that any field, method return or method and constructor parameter of a package is nevernull
.Indicates that a field, method or parameter is undefined for its usagenull
.