Skip to content

Instantly share code, notes, and snippets.

@arunpjohny
Created October 5, 2012 07:51
Show Gist options
  • Save arunpjohny/3838635 to your computer and use it in GitHub Desktop.
Save arunpjohny/3838635 to your computer and use it in GitHub Desktop.
Eclipse Code Templates
${:import(org.slf4j.Logger,org.slf4j.LoggerFactory)}
private static final Logger logger = LoggerFactory.getLogger(${enclosing_type}.class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment