JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.anchoranalysis.bean.annotation
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.)