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

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, //
    ;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy