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

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

There is a newer version: 3.0.1
Show 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