Exporter annotation in AEM | Community
Skip to main content
Level 6
May 6, 2022

Exporter annotation in AEM

  • May 6, 2022
  • 2 replies
  • 1292 views
@Exporter(
name = ExporterConstants.SLING_MODEL_EXPORTER_NAME,
selector = "result",
extensions = ExporterConstants.SLING_MODEL_EXTENSION
)
public class HelpResultModel {...

 Can someone explain how this Exporter annotation works? I cannot find it in the docs.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Anish-Sinha
Adobe Employee
Adobe Employee
May 6, 2022
DEBAL_DAS
New Member
May 6, 2022
anasusticAuthor
Level 6
May 12, 2022

Thank you. Much appreciated.