Skip to content

Instantly share code, notes, and snippets.

@Vrakfall
Last active March 31, 2016 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vrakfall/b24986ee20c103d6e9eb16143c571413 to your computer and use it in GitHub Desktop.
Save Vrakfall/b24986ee20c103d6e9eb16143c571413 to your computer and use it in GitHub Desktop.
IntelliJ Idea template for the creation of a new Java Enum
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
#parse("File Header.java")
public enum ${NAME} {
#parse("EnumInnerComments.java")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment