All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.codecamp.messages.shared.conf.MissingMessagePolicy Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package de.codecamp.messages.shared.conf;

/**
 * Determines what to do when a key or message is missing from a bundle file.
 */
public enum MissingMessagePolicy
{
  FAIL,
  ADD,
  ADD_AND_WARN,
  WARN,
  NONE;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy