Package com.google.errorprone.bugpatterns.inject.dagger
package com.google.errorprone.bugpatterns.inject.dagger
Bug patterns related to Dagger.
-
ClassDescriptionA utility class for static analysis having to do with Dagger annotations.Bug checker for null-returning methods annotated with
@Provides
but not@Nullable
.Checks that the only code that refers to Dagger generated code is other Dagger generated code.Migrate users who use JSR 330 scopes on Dagger modules.