Hey Antonio, I think you have 2 different things going on here. 1) The actual component, that is easy:public interface Anchor {public String getLinkText();public String getLinkUrl();} @Model(adaptables = SlingHttpServletRequest.class,adapters = Anchor.class,defaultInjectionStrategy = DefaultInjecti...