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

com.baidu.bjf.remoting.protobuf.EnumHandler Maven / Gradle / Ivy

There is a newer version: 2.4.23
Show newest version
/**
 * Copyright (C) 2017 Baidu, Inc. All Rights Reserved.
 */
package com.baidu.bjf.remoting.protobuf;

/**
 * Enum value handle interface
 * 
 * @author xiemalin
 * @since 2.1.9
 */
public interface EnumHandler {

    V handle(int value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy