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

de.codecamp.messages.shared.conf.UndeclaredKeyPolicy 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 in a bundle file is not declared anywhere.
 */
public enum UndeclaredKeyPolicy
{
  FAIL,
  WARN,
  ADD_COMMENT_AND_WARN,
  REMOVE,
  NONE;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy