This gist contains multiple files. Each file contains a specific type of Apex or Visualforce comment header.
When code is no longer used, but can not be deleted from your org, add the @deprecated annotation to the File or Method Header.
| /*-************************************************************************************************************ | |
| * Name : AmazonAuthenticationUtility | |
| * @Author : Aditya Kumar | |
| * @Date : 02 Dec 2019 | |
| * @Description : The AmazonAuthenticationUtility controller is used for converting body data. | |
| * UPDATES | |
| * Version Developer Date Description | |
| *------------------------------------------------------------------------------------------- | |
| * 1.0 Aditya Kumar 02 Dec 2019 Initial Creation | |
| ****************************************************************************************************************/ |
| public class googleMaps { | |
| public String duration {get;set;} | |
| public Integer travelTime {get;set;} | |
| public Decimal distance {get;set;} | |
| public googleMaps( | |
| String address1, | |
| String address2) { | |
This gist contains multiple files. Each file contains a specific type of Apex or Visualforce comment header.
When code is no longer used, but can not be deleted from your org, add the @deprecated annotation to the File or Method Header.