JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
Package
com.electronwill.nightconfig.core.conversion
Annotation Type SpecLongInRange
@Retention(RUNTIME) @Target(FIELD) public @interface
SpecLongInRange
Specifies that the value of a field must be in a certain range (inclusive).
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
long
max
long
min
Element Detail
min
long min
Returns:
the minimum possible value, inclusive
max
long max
Returns:
the maximum possible value, inclusive