Annotation Type Nonnegative


  • @Documented
    @TypeQualifier(applicableTo=java.lang.Number.class)
    @Retention(RUNTIME)
    public @interface Nonnegative
    Used to annotate a value that should only contain nonnegative values
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      When when  
    • Element Detail

      • when

        When when
        Default:
        javax.annotation.meta.When.ALWAYS