com.argo.service.ServiceMode Maven / Gradle / Ivy
The newest version!
package com.argo.service;
/**
* Created by yaming_deng on 14-8-29.
*/
public interface ServiceMode {
String Remote = "Remote";
String Local = "Local";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy