My favorite Eclipse Template

It didn't took long that after I discovered Eclipse templates that I used them in my daily work. Today I stumbled across this improved version of one of my favorite templates:

${:import(org.slf4j.Logger,org.slf4j.LoggerFactory)}
private static final Logger _logger = LoggerFactory.getLogger(${enclosing_type}.class);

This one adds the necessary imports right away with the logger, too. Nice. I think I will not miss the unnecessary organize import...