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

io.github.yeyuexia.merge.function.OrdinaryFieldUpdateNotifier Maven / Gradle / Ivy

There is a newer version: 1.4.8
Show newest version
package io.github.yeyuexia.merge.function;

public interface OrdinaryFieldUpdateNotifier {

  void updateNotify(String fieldName, Object oldValue, Object newValue);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy