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

@Inject validation for CheckedExceptions in Constructor #2

Closed thsaravana closed 4 years ago

thsaravana commented 4 years ago

Except Error and RuntimeException any other Throwable should show the error highlight: "Dagger does not support checked exceptions on @Inject constructors"