JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
com.igormaznitsa.meta.annotation
MayContainNull
Contents
Description
Hide sidebar
Show sidebar
Annotation Type MayContainNull
@Documented
@Target
({
FIELD
,
METHOD
,
PARAMETER
})
@Retention
(
CLASS
)
public @interface
MayContainNull
Shows that marked entity can contain null among its inside values.
Since:
1.0