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 * Textual infobit content. No scripting, just text 10 * 11 * @author konstantin 12 * @created August 15, 2003 13 * @version $Revision: 1.3 $ 14 */ 15 public interface TextContent extends PrimitiveContent { 16 17 }

This page was automatically generated by Maven