Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Check whether unboxed versions of types can be used in callbacks #40

Open
miguelandres opened this issue Oct 25, 2016 · 0 comments
Open

Comments

@miguelandres
Copy link
Contributor

@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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant