1 /* 2 * Copyright (c) 2001-2003 The XDoclet team 3 * All rights reserved. 4 */ 5 package xjavadoc; 6 7 import java.io.File; 8 import java.io.IOException; 9 10 /*** 11 * @created 22. juli 2002 12 */ 13 public interface XType extends XProgramElement 14 { 15 }