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

com.tencent.polaris.configuration.api.core.ChangeType Maven / Gradle / Ivy

There is a newer version: 1.15.4
Show newest version
package com.tencent.polaris.configuration.api.core;

/**
 * Config file or config property key change type
 *
 * @author lepdou 2022-03-01
 */
public enum ChangeType {
    ADDED, MODIFIED, DELETED, NOT_CHANGED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy