Skip to main content
New Participant
May 6, 2022

Exporter annotation in AEM

  • May 6, 2022
  • 2 replies
  • 1295 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

DEBAL_DAS
New Participant
May 6, 2022
anasusticAuthor
New Participant
May 12, 2022

Thank you. Much appreciated.