OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FINAL_INJECT_FIELD
(Results
1 - 4
of
4
) sorted by null
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
InjectFieldValidator.java
26
import static dagger.internal.codegen.ErrorMessages.
FINAL_INJECT_FIELD
;
55
builder.addError(
FINAL_INJECT_FIELD
, fieldElement);
ErrorMessages.java
47
static final String
FINAL_INJECT_FIELD
= "@Inject fields may not be final";
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
InjectConstructorFactoryGeneratorTest.java
29
import static dagger.internal.codegen.ErrorMessages.
FINAL_INJECT_FIELD
;
519
.withErrorContaining(
FINAL_INJECT_FIELD
).in(file).onLine(6);
[
all
...]
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.0/
dagger-compiler-2.0.jar
Completed in 464 milliseconds