1 package com.trendmicro.grid.acl; 2 3 /** 4 * <b>ENTRY POINT:</b> Groups all REST services. 5 * <p/> 6 * The purpose of this interface is to group all services in order to find them 7 * more easily in JavaDoc or within the IDE. 8 * 9 * @author juergen_kellerer, 2010-05-31 10 * @version 1.0 11 */ 12 public interface RestService extends Service { 13 }