DavidBurkett / Builderberg

IntelliJ IDEA plugin to generate inner builders with constraint validation
MIT License
2 stars 6 forks source link

@BuilderConstraint maxValue doesn't support long values like "maxValue = 4294967295L" #11

Closed MattTYXM closed 6 years ago

DavidBurkett commented 6 years ago

I'm investigating ways to support that, but for now, use "maxValue = 4294967295.0"

DavidBurkett commented 6 years ago

No intention of changing this. Using a double value seems like a reasonable request.