Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 400 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 400 Bytes

Stuff for IntelliJ IDEA

Live Templates

A collection of live templates to be used in IntelliJ IDEA.

logger

Generates an SLF4J logger instance declaration.

private static final Logger LOGGER = LoggerFactory.getLogger($CLASS$.class);