org.yx.rpc.server.start.SoaClassResolver 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 org.yx.annotation.spec.SoaClassSpec;
public interface SoaClassResolver {
Class> AUTO = Void.class;
String solvePrefix(Class> targetClass, Class> refer);
Class> getRefer(Class> targetClass, SoaClassSpec sc);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy