Skip to content

Instantly share code, notes, and snippets.

@Nava2
Created May 2, 2015 21:47
Show Gist options
  • Save Nava2/2fc13a3c1edb521e62bf to your computer and use it in GitHub Desktop.
Save Nava2/2fc13a3c1edb521e62bf to your computer and use it in GitHub Desktop.
Eclipse Templates for Java
// ${todo} Auto-generated catch block
// propagate exception out
throw new IllegalStateException(${exception_var});
// ${todo} Auto-generated method stub
throw new UnsupportedOperationException("${enclosing_type}::${enclosing_method} is unimplemented.");
/**
* Instantiate new ${enclosing_type}
* ${tags}
* @since ${date}
*/
/**
* ${tags}
* @since ${date}
*/
/**
*
*
* @author MyActual Name <my.email@gmail.ca>
*
* ${tags}
* @since ${date}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment