org.microprofileext.config.event.regex.Field Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of config-events Show documentation
Show all versions of config-events Show documentation
A library to make it easy to add config events
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