package com.asayama.gwt.angular.client; /** * A marker interface for Angular service component. * * @author kyoken74 */ public interface Service { }