Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
Allows the object that is to be applied or adapted to come from a property of the given adaptable.
example:
@Model(adaptables = SlingHttpServletRequest.class) public class Foo { @Self(via = "resourceResolver") TagManager tagManager; }