Home
last modified time | relevance | path

Searched refs:factoryMethodMayNotBeAnnotatedWithBindsInstance (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/binding/
DErrorMessages.java168 public abstract String factoryMethodMayNotBeAnnotatedWithBindsInstance(); in factoryMethodMayNotBeAnnotatedWithBindsInstance() method in ErrorMessages.ComponentCreatorMessages
171 return factoryMethodMayNotBeAnnotatedWithBindsInstance() + ". Inherited method: %s"; in inheritedFactoryMethodMayNotBeAnnotatedWithBindsInstance()
285 public String factoryMethodMayNotBeAnnotatedWithBindsInstance() { in factoryMethodMayNotBeAnnotatedWithBindsInstance() method in ErrorMessages.BuilderMessages
349 public String factoryMethodMayNotBeAnnotatedWithBindsInstance() { in factoryMethodMayNotBeAnnotatedWithBindsInstance() method in ErrorMessages.FactoryMessages
/external/dagger2/java/dagger/internal/codegen/validation/
DComponentCreatorValidator.java346 messages.factoryMethodMayNotBeAnnotatedWithBindsInstance(), in validateFactoryMethodReturnType()