material-remixer-android icon indicating copy to clipboard operation
material-remixer-android copied to clipboard

Check whether unboxed versions of types can be used in callbacks

Open miguelandres opened this issue 8 years ago • 0 comments

@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?

cc @pingpongboss

miguelandres avatar Oct 25 '16 20:10 miguelandres