Skip to content

Instantly share code, notes, and snippets.

@bmchild
Created July 1, 2014 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmchild/359ba1ca47c03fe6e27b to your computer and use it in GitHub Desktop.
Save bmchild/359ba1ca47c03fe6e27b to your computer and use it in GitHub Desktop.
private static final Logger LOGGER = Logger.getLogger(${enclosing_type}.class.getName());
${\:import(org.apache.log4j.Logger)}
public static final String ${field1} = "${field1}";
${cursor}
private static final String ${field1} = "${field1}";
${cursor}
ArgumentCaptor<${field}> captor = ArgumentCaptor.forClass(${field}.class);
@Column(name \= "${field}")
${cursor}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment