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

in.erail.glue.enumeration.PropertyValueModifier Maven / Gradle / Ivy

Go to download

Proven and opinionated programming, and configuration model for Java and Vertx based applications. Inspired from ATG Nucleus, provides powerful layer base configuration management using simple properties file.

The newest version!
package in.erail.glue.enumeration;

/**
 *
 * @author vinay
 */
public enum PropertyValueModifier {
  PLUS,
  MINUS,
  FROM,
  NONE;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy