\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.annotations.AlternateName Interface Reference

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

Public Member Functions

String  value ()