01: /*
02: * Created on 13.07.2005 for PIROL
03: *
04: * SVN header information:
05: * $Author: javamap $
06: * $Rev: 856 $
07: * $Date: 2007-06-18 21:15:27 -0700 (Mon, 18 Jun 2007) $
08: * $Id: HandlerToMakeYourLifeEasier.java 856 2007-06-19 04:15:27Z javamap $
09: */
10: package de.fho.jump.pirol.utilities.apiTools;
11:
12: /**
13: * Just an interface to have a relation between some utility classes that have kind of the
14: * same intention, but do not have any members or functionality in common.
15: *
16: * @author Ole Rahn
17: * <br>
18: * <br>FH Osnabrück - University of Applied Sciences Osnabrück,
19: * <br>Project: PIROL (2005),
20: * <br>Subproject: Daten- und Wissensmanagement
21: *
22: * @version $Rev: 856 $
23: * @see de.fhOsnabrueck.jump.pirol.utilities.ToolToMakeYourLifeEasier
24: *
25: */
26: public interface HandlerToMakeYourLifeEasier {
27: }
|