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

org.yx.rpc.server.start.SoaNameResolver Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package org.yx.rpc.server.start;

import java.lang.reflect.Method;

import org.yx.annotation.rpc.Soa;

public interface SoaNameResolver {

	String solve(Class clz, Method m, Soa soa);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy