Class PrivateConstructorForNoninstantiableModule

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.inject.dagger.PrivateConstructorForNoninstantiableModule
All Implemented Interfaces:
BugChecker.ClassTreeMatcher, Suppressible, Serializable

public class PrivateConstructorForNoninstantiableModule extends BugChecker implements BugChecker.ClassTreeMatcher
Author:
gak@google.com (Gregory Kick)
See Also:
  • Constructor Details

    • PrivateConstructorForNoninstantiableModule

      public PrivateConstructorForNoninstantiableModule()
  • Method Details