Madrapps / dagger-plugin

Plugin that supports easy usage of Dagger 2 library in IntelliJ iDEA or Android Studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validation for PrivateClass in @Inject

thsaravana opened this issue · comments

If the class is private and if a field or method is annotated with @Inject then show the error with message: "Dagger does not support injection into private classes"