Annotation Type Validate


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface Validate
    Perform validation on this field
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Validate.V[] value  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      double[] limiter  
    • Element Detail

      • value

        Validate.V[] value
        Returns:
        list of validators
      • limiter

        double[] limiter
        Returns:
        minval, maxval; if both, MIVAL and MAXVAL are used, return {minval, maxval}
        Default:
        {0.0}