Skip to content

Instantly share code, notes, and snippets.

@ggdio
Last active July 25, 2019 18:26
Show Gist options
  • Save ggdio/119154ecb53bacdf0d8e5a559ae5a60c to your computer and use it in GitHub Desktop.
Save ggdio/119154ecb53bacdf0d8e5a559ae5a60c to your computer and use it in GitHub Desktop.
Eclipse Code Template for CLASSBODY
<?xml version="1.0" encoding="UTF-8" standalone="no"?><templates><template autoinsert="false" context="typecomment_context" deleted="false" description="Comment for created types" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.typecomment" name="typecomment">
/**
* Class responsible for somehting very important !
*
* @author {user}
*
* @since 1.0
* ${tags}
*/
</template></templates>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment