Ignore previous email, seems I was using a @Nullable annotation that wasn't retained at runtime.
On Mon, Oct 24, 2011 at 3:50 PM, Jolse Maginnis <[email protected]> wrote: > Hi All, > > Is it possible to allow nulls to be passed in as parameters on > assistedinject creation methods? > E.g. i'm getting this error: > > 1) null returned by binding at > com.tle.mycontent.workflow.operations.EditMyContentOperation$OperationFactory.create() > but parameter 2 of > com.tle.mycontent.workflow.operations.EditMyContentOperation.<init>() > is not @Nullable > etc.. > > Thanks, > Jolse > -- 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.
