Hi, On Wed, Jan 8, 2014 at 5:58 AM, Bertrand Delacretaz <[email protected]> wrote: > Hi, > > About > https://cwiki.apache.org/confluence/display/SLING/YAMF+-+Yet+Another+Model+Factory > > On Tue, Jan 7, 2014 at 5:24 PM, Justin Edelson (Confluence) > <[email protected]> wrote:> > >> // Ensure that "resource" is retrived from the bindings, not a request >> attribute >> @Inject @Source("script-bindings") > > IIUC @Source makes no sense without @Inject, so shouldn't that be > > @Inject(source="script-bindings") > > ?
That's not how JSR-303 was defined. Regards, Justin > > -Bertrand
