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")

?

-Bertrand

Reply via email to