material-remixer-android
material-remixer-android copied to clipboard
Check whether unboxed versions of types can be used in callbacks
@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