JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
net.bytebuddy.agent.utility.nullability
AlwaysNull
Contents
Description
Hide sidebar
Show sidebar
Annotation Type AlwaysNull
@Documented
@Target
({
FIELD
,
METHOD
,
PARAMETER
})
@Retention
(
RUNTIME
)
@Nonnull
(
when
=NEVER) @TypeQualifierNickname
public @interface
AlwaysNull
Indicates that a field, method or parameter can only be
null
.