JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
net.bytebuddy.agent.utility.nullability
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
.