Currently @PluralCount only supports int or Integer, while it should support also long and Long to avoid casts but also work in edge cases to deal with big figures.
This is the exception thrown:
com.vityuk.ginger.InvalidParameterTypeException: Invalid parameter type: long
Currently
@PluralCountonly supportsintorInteger, while it should support alsolongandLongto avoid casts but also work in edge cases to deal with big figures.This is the exception thrown: