org.yx.rpc.server.start.SoaNameResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sumk Show documentation
Show all versions of sumk Show documentation
A quick developing framewort for internet company
package org.yx.rpc.server.start;
import java.lang.reflect.Method;
import java.util.List;
import org.yx.annotation.rpc.Soa;
public interface SoaNameResolver {
List solve(Class> clz, Method m, Soa soa);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy