View Javadoc
1 /* 2 * Copyright (c) 2003 3 * Information Desire GmbH 4 * All rights reserved. 5 */ 6 package com.infodesire.infobit.data; 7 8 /*** 9 * class representing template. template are ( basically ) the same as text 10 * infobits, but can be interpreted together with scripts 11 * 12 * @author konstantin 13 * @created August 18, 2003 14 * @version $Revision: 1.5 $ 15 * @hibernate.subclass discriminator-value="Template" 16 */ 17 public interface Template extends PrimitiveContent { 18 19 }

This page was automatically generated by Maven