Detailed Description
Defines an alternate name for a set method in a ElementBuilder implementation.
For example, a method named 'setLicenseKey' will be chosen automatically by the PipelineBuilderFromConfiguration#buildFromConfiguration(PipelineOptions) method for a configuration option named 'LicenseKey'. If the AlternateName attribute is added with the value 'Key', then the method will also be chosen for an option named 'Key'.