1 package br.usp.ime.arca.arara.om;
2
3 /***
4 * This is the super-interface of all objects in arara's object model.
5 * Please read <a
6 * href="http://arara.sourceforge.net/om.html">The Object Model for
7 * Arara</a> for a better understanding.<br>
8 * In a nutshell, this interface should be extended and implemented
9 * for every object on arara's model.
10 * @author <a href="mailto:krico@arca.ime.usp.br">Christian Willy Asmussen</a>
11 * @version 2.0
12 */
13 public interface InterfaceObject
14 {
15
16 }// InterfaceObject
This page automatically generated by Maven