Hi @SantoshSai , I'm using sling model exporter only , that was a method
inside the exporter. the annotations in exporter im using the below
@Model(adaptables = { SlingHttpServletRequest.class }, adapters = {
current.class,ComponentExporter.class }, resourceType = {"RESOURCE_TYPE"
}, defaultInjectionStrategy =
DefaultInjectionStrategy.OPTIONAL)@Exporter(name =
ExporterConstants.SLING_MODEL_EXPORTER_NAME, extensions =
ExporterConstants.SLING_MODEL_EXTENSION, options = {@ExporterOption(name
= "Ser...