Is it an explicit design decision that a Provider cannot be created
using Assisted Inject? If so, is it based on technical or policy
driven considerations?
If not, is there an example someone could provide for how to make it
work? My various attempts fail with the error message indicating that
Guice is not finding an implementation for the assisted constructor
parameter(s), i.e. something like the following (edited):
No implementation for java.lang.Integer annotated with
@com.google.inject.assistedinject.Assisted(value=) was bound. while
locating java.lang.Integer annotated with
@com.google.inject.assistedinject.Assisted(value=)
for parameter 0 at ProviderOfA.<init>(at ....configure)
Thanks,
Gabe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"google-guice" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-guice?hl=en
-~----------~----~----~----~------~----~------~--~---