@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 © 2019 The Apache Software Foundation. All Rights Reserved.