com.godmonth.status.transitor.tx.intf.TransitionCallback Maven / Gradle / Ivy
package com.godmonth.status.transitor.tx.intf;
/**
* 事务内
*
* @author shenyue
*
* @param
*/
public interface TransitionCallback {
void beforeMerge(MODEL model);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy