Skip to content

Instantly share code, notes, and snippets.

@oehme
Created June 13, 2012 15:03
Show Gist options
  • Save oehme/2924628 to your computer and use it in GitHub Desktop.
Save oehme/2924628 to your computer and use it in GitHub Desktop.
Calion enum
@BaseName("de.oehme.examples.freemarkerI18n.easyway.localization.messages")
public enum Messages {
YES,
NO,
HELLO
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment