com.google.inject.assistedinject
Annotation Type Assisted


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface Assisted

The @Assisted annotation should be used on paramters within a constructor annotated with @AssistedInject. The annotation indicates that the parameter will be supplied through a factory method (the parameter will not be injected by Guice).