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 Interfaces
    Class
    Description
    Indicates that a field, method or parameter can only be null.
    Indicates that a field, method or parameter can sometimes be null.
    Indicates that a field, method or parameter can never be null.
    Indicates that any field, method return or method and constructor parameter of a package is never null.
    Indicates that a field, method or parameter is undefined for its usage null.