JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.pkl.config.java.mapper
Annotation Interface NonNull
@Target
({
TYPE_PARAMETER
,
TYPE_USE
})
@Retention
(
CLASS
)
@Documented
public @interface
NonNull
Indicates that a type does not accept
null
as a value.