View Javadoc
1 /* 2 * Copyright (c) 2003 3 * Information Desire GmbH 4 * All rights reserved. 5 */ 6 package com.infodesire.infobit.data; 7 /*** 8 * represents primitive content - everything that is not structured and exists 9 * in one piece 10 * 11 * @author konstantin 12 * @created August 20, 2003 13 * @version $Revision: 1.1 $ 14 */ 15 public interface PrimitiveContent extends Content { 16 } 17

This page was automatically generated by Maven