group.flyfish.rest.registry.RestService Maven / Gradle / Ivy
package group.flyfish.rest.registry;
/**
* 用于标记rest服务代理
*
* @author wangyu
* @deprecated 该类已经过时,请使用新版的注解声明
* @see group.flyfish.rest.annotation.RestService
*/
@Deprecated
public interface RestService {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy