Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

Exporter annotation in AEM

Avatar

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