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