JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.anchoranalysis.bean.annotation
NonEmpty
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface NonEmpty
@Retention
(
RUNTIME
)
public @interface
NonEmpty
Indicates that a collection must have at least one item.
It applicable only to a
Collection
bean-field.