quantity property

  1. @Min.new(0)
  2. @Max.new(10000)
int quantity
final

Implementation

@Min(0)
@Max(10000)
final int quantity;