JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
com.igormaznitsa.meta.annotation
MustNotContainNull
Contents
Description
Hide sidebar
Show sidebar
Annotation Type MustNotContainNull
@Documented
@Target
({
FIELD
,
METHOD
,
PARAMETER
})
@Retention
(
CLASS
)
public @interface
MustNotContainNull
Shows that an array or a collection can't contain null as its value.
Since:
1.0