Here is a template that I use in Eclipse and I always have to recreate the syntax for when at another developer's workstation....
private static final Log logger = LogFactory.getLog(${primary_type_name}.class);
${:import(org.apache.commons.logging.Log,org.apache.commons.logging.LogFactory)}
1 comment:
Post a Comment