Sling models adapt to great grand child nodes
Is it possible to adapt to great grand children using sling models. My content structure is as below which is created using nested multi-field.
comp-node/
multi-field-node/
item0/
sub-multi-field-node/
sub-item0/
sub-item1/
item1/
item2/As I understand with @ChildResource we can adapt grand-child of current resource.
I am looking for a way using annotations to adapt to great grand child nodes i.e sub-item0, sub-item1,..
thank you.
