com.hyf.hotrefresh.remoting.rpc.enums.HandleSide Maven / Gradle / Ivy
package com.hyf.hotrefresh.remoting.rpc.enums;
/**
* @author baB_hyf
* @date 2022/05/17
*/
public enum HandleSide {
CLIENT, //
SERVER, //
BOTH, //
;
}