Package com.ultikits.ultitools.annotations.config


package com.ultikits.ultitools.annotations.config
  • Annotation Interfaces
    Class
    Description
    Validates that a String config value is not null or empty (after trimming).
    Validates that a String config value matches the specified regular expression.
    Validates that a numeric config value falls within the specified range.
    Validates that a Collection or String config value has a size/length within the specified bounds.