KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > exoplatform > services > xml > resolving > SimpleResolvingService


1 /***************************************************************************
2  * Copyright 2001-2003 The eXo Platform SARL All rights reserved. *
3  * Please look at license.txt in info directory for more license detail. *
4  **************************************************************************/

5
6 package org.exoplatform.services.xml.resolving;
7
8 /**
9  * Created by The eXo Platform SARL .
10  *
11  * Simple resolving service.
12 * @author <a HREF="mailto:geaz@users.sourceforge.net">Gennady Azarenkov</a>
13  * @version $Id: SimpleResolvingService.java 565 2005-01-25 12:48:13Z kravchuk $
14  */

15
16 public interface SimpleResolvingService extends XMLResolvingService
17 {
18 }
19
Popular Tags