You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
@RangeVariableMethod( ... )
public void setInteger(Integer theInteger) {
}
would look much better if it took int instead of Integer. Currently I'm checking classes in Annotation processing, but it would be better if we could check against the unboxed type, is this possible?
would look much better if it took
int
instead ofInteger
. Currently I'm checking classes in Annotation processing, but it would be better if we could check against the unboxed type, is this possible?cc @pingpongboss
The text was updated successfully, but these errors were encountered: