Hello Community - I am using this model for the component to read the properties and perform some action, it is working and I am able to read the properties of the component. @Model(adaptables = { Resource.class, SlingHttpServletRequest.class })public class Test {@PostConstructpublic void init() {No...