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
error: Class Foo is private. @Inject constructors are not allowed in non public classes. Foo(Bar bar) {
Should work for things that are package protected, protected, etc. private should be the only forbidden case.
The text was updated successfully, but these errors were encountered:
addresses issue #227
b84d152
Merge pull request #233 from stephanenicolas/sni/issue-227
3631c26
Update CHANGELOG.md
fb6d400
After merging fixes for #196 and #227
No branches or pull requests
error: Class Foo is private. @Inject constructors are not allowed in non public classes. Foo(Bar bar) {
Should work for things that are package protected, protected, etc. private should be the only forbidden case.
The text was updated successfully, but these errors were encountered: