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

org.microprofileext.config.event.regex.Field Maven / Gradle / Ivy

The newest version!
package org.microprofileext.config.event.regex;

/**
 * a field to apply a regex on
 * @author Phillip Kruger
 */
public enum Field {
    key,oldValue,newValue,fromSource
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy