/* @(#)package-info.java * * Copyright (c) 1996-2010 The authors and contributors of JHotDraw. * * The copyright of this software is owned by the authors and * contributors of the JHotDraw project ("the copyright holders"). * You may not use, copy or modify this software, except in * accordance with the license agreement you entered into with * the copyright holders. For details see accompanying license terms. * * @author Werner Randelshofer * @version $Id$ */ /** <p>Provides simple input and output classes from/to document models (DOM).</p> */ @DefaultAnnotation(NonNull.class) package org.jhotdraw.xml; import edu.umd.cs.findbugs.annotations.DefaultAnnotation; import edu.umd.cs.findbugs.annotations.NonNull;