/Idea-utils

Collection of useful templates for intellij

Collection of useful templates for intellij:

  • getters for fields without the "get" prefix
  • setters for fields without the "set" prefix
  • log to generate a private static final slf4j.Logger
  • test to generate a junit annotated test class