Hi all,
I'm trying to figure out if there is a convenient way to Inject a Resource from a given path. There is the option of using a ResourceResolver but from reading Justin's slides it looks like it might possible to do something like this:
@Inject @ResourcePath(path="/path/to/resource")
Resource resource;
It doesn't seem to work for me so I just wanted to check if this is possible. Has anyone done something like this?
Regards,
Jason