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 ModuleClass in @Provides #7

Closed thsaravana closed 4 years ago

thsaravana commented 4 years ago

@Provides should be present in a class annotated with @Module or @ProducerModule. If not show this error highlight: "@Provides methods can only be present within a @Module or @ProducerModule"