Madrapps / dagger-plugin

Plugin that supports easy usage of Dagger 2 library in IntelliJ iDEA or Android Studio
Apache License 2.0
30 stars 9 forks source link

Validation for Type parameters in @Inject method #4

Closed thsaravana closed 4 years ago

thsaravana commented 4 years ago

If a Method with type parameters is annotated with @Inject, then highlight it as error with the message: "Methods with @Inject may not declare type parameters"