@Retention(value=RUNTIME) @Target(value=FIELD) public static @interface ConfigValidationAnnotations.IsPositiveNumber
Checks if a number is positive and whether zero inclusive Validator with fields: validatorClass, includeZero.
boolean
includeZero
Class<?>
validatorClass
public abstract Class<?> validatorClass
public abstract boolean includeZero
Copyright © 2022 The Apache Software Foundation. All rights reserved.