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