@Target(value=TYPE_USE) @Retention(value=RUNTIME) public static @interface Setting.Constrain.Range
Setting.Constrain.BigRange
double
max
min
public abstract double min
Settings being constrained using this annotation must be equal to or bigger than this value.
public abstract double max
Settings being constrained using this annotation must be equal to or smaller than this value.
value