Delegation Pattern for Sling Models returns null object
I am trying to delegate core navigation component for my proxy navigation component. I have used below code snippet for that purpose in my sling model class.
@1961677
@2434638(type = ResourceSuperType.class)
private Navigation nav;
But this type of injection is providing null object when creating model object using modelfactory. Any suggestion would be helpful.
