Skip to content

Instantly share code, notes, and snippets.

@tommyilpazzo
Last active May 6, 2017 18:13
Show Gist options
  • Save tommyilpazzo/63328ff89742a36835ab8466bd307dfe to your computer and use it in GitHub Desktop.
Save tommyilpazzo/63328ff89742a36835ab8466bd307dfe to your computer and use it in GitHub Desktop.
SFDC: Apex class documentation header template
/**
* Class description
*
* @author Tommaso Bolis
* @version 1.0
* @description Class description
* @testedIn ClassNameTest
* @uses Class1, Class2
* @code
* @history
* xxxx-xx-xx : Tommaso Bolis - Original
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment