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