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
setExpGetter accepts a Object as the value but it should instead accept R since we know the type of the field because of the getter.
setExpGetter
Object
R
This way we would get compilation failures in case of type mismatch instead of failing only at runtime.
A concise description of your preferred solution.
Yes / No (Help can be provided if you need assistance submitting a PR)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature you request
setExpGetter
accepts aObject
as the value but it should instead acceptR
since we know the type of the field because of the getter.This way we would get compilation failures in case of type mismatch instead of failing only at runtime.
(Optional): Suggest A Solution
A concise description of your preferred solution.
If the feature request is approved, would you be willing to submit a PR?
Yes / No (Help can be provided if you need assistance submitting a PR)
The text was updated successfully, but these errors were encountered: