1 package com.trendmicro.grid.acl; 2 3 /** 4 * <b>ENTRY POINT:</b> Groups all web-services under one interface. 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-17 10 * @version 1.0 11 */ 12 public interface Service { 13 }