01: package com.jat.integration.context;
02:
03: import java.util.Properties;
04:
05: import com.jat.integration.GenericFieldDefinition;
06:
07: /**
08: * <p>Title: JAT</p>
09: * <p>Description: </p>
10: * <p>Copyright: Copyright (c) 2004 -2005 Stefano Fratini (stefano.fratini@gmail.com)</p>
11: * <p>Distributed under the terms of the GNU Lesser General Public License, v2.1 or later</p>
12: * @author stf
13: * @version 1.0
14: * @since 1.2
15: */
16:
17: public class FieldDefinition extends GenericFieldDefinition {
18: }
|