JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.anchoranalysis.bean.annotation
NonNegative
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface NonNegative
@Retention
(
RUNTIME
)
public @interface
NonNegative
The bean-field should have a value
>= 0
.
Only applicable to numerical types (Integer, Short, Double, Long etc.)