Home | History | Annotate | Download | only in inject

Lines Matching full:constructors

42           "1) Explicit @Inject annotations are required on constructors, but "
43 + NoCxtors.class.getName() + " has no constructors annotated with @Inject",
60 "1) Explicit @Inject annotations are required on constructors, but "
61 + NoCxtors.class.getName() + " has no constructors annotated with @Inject",
79 "1) Explicit @Inject annotations are required on constructors, but "
80 + NoCxtors.class.getName() + " has no constructors annotated with @Inject",
103 "1) Explicit @Inject annotations are required on constructors, but "
104 + NoCxtors.class.getName() + " has no constructors annotated with @Inject",
123 "1) Explicit @Inject annotations are required on constructors, but "
124 + NoCxtors.class.getName() + " has no constructors annotated with @Inject",
126 "2) Explicit @Inject annotations are required on constructors, but "
127 + AnotherNoCxtors.class.getName() + " has no constructors annotated with @Inject",
153 "1) Explicit @Inject annotations are required on constructors, but "
154 + NoCxtors.class.getName() + " has no constructors annotated with @Inject",
172 "1) Explicit @Inject annotations are required on constructors, but "
173 + ManyConstructors.class.getName() + " has no constructors annotated with @Inject",