Searched defs:AssistedInject (Results 1 - 1 of 1) sorted by relevance

/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
H A DAssistedInject.java30 * {@code @AssistedInject} indicate that multiple constructors can be injected, each with different
31 * parameters. AssistedInject annotations should not be mixed with {@literal @}{@link Inject}
34 * annotated with AssistedInject <b>are</b> created by Guice and receive all the benefits
39 * annotated with {@code @AssistedInject} trigger a "backwards compatibility mode". The assisted
42 * constructors annotated with AssistedInject <b>are not</b> created by Guice and thus receive
54 public @interface AssistedInject { interface

Completed in 1223 milliseconds