Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Exporter annotation in AEM

Avatar

Level 8
@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.

3 Replies

Avatar

Employee Advisor

Avatar

Employee Advisor

Avatar

Level 8

Thank you. Much appreciated.