We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From @hzsweers on September 1, 2015 21:54
Hacked at this for awhile and can't for the life of me get it to work.
Adding a dependency with a local maven URL (as per the docs' suggestion) doesn't work because it still can't find it.
Adding the jar works, but doesn't get included in the packaging for some reason.
If we do add this though, we would want the following:
put()
@CheckResult
@NonNull
rx()
put(String)
@Nullable
Copied from original issue: Flipboard#1
The text was updated successfully, but these errors were encountered:
Possibly related issue: JakeWharton/butterknife#362
Sorry, something went wrong.
I know how to do this now, will work on it when I'm back from vacation
f0fae21
ZacSweers
No branches or pull requests
From @hzsweers on September 1, 2015 21:54
Hacked at this for awhile and can't for the life of me get it to work.
Adding a dependency with a local maven URL (as per the docs' suggestion) doesn't work because it still can't find it.
Adding the jar works, but doesn't get included in the packaging for some reason.
If we do add this though, we would want the following:
put()
methods would have@CheckResult
and@NonNull
annotationsrx()
methods would have@CheckResult
and@NonNull
annotationsput(String)
methods would have@Nullable
annotations on the parameterCopied from original issue: Flipboard#1
The text was updated successfully, but these errors were encountered: