org.jhotdraw.samples.svg.io.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jhotdraw Show documentation
Show all versions of jhotdraw Show documentation
JHotDraw 7 with openTCS-specific modifications
The newest version!
/* @(#)package-info.java
*
* Copyright (c) 1996-2010 by the original authors of JHotDraw and all its
* contributors. All rights reserved.
*
* You may not use, copy or modify this file, except in compliance with the
* license agreement you entered into with the copyright holders. For details
* see accompanying license terms.
*
* @author Werner Randelshofer
* @version $Id: package-info.java 724 2011-01-08 14:17:28Z rawcoder $
*/
/**
Classes for reading and writing drawings using the Scalable Vector Graphics SVG
Mobile 1.2 file format.
*/
@DefaultAnnotation(NonNull.class)
package org.jhotdraw.samples.svg.io;
import edu.umd.cs.findbugs.annotations.DefaultAnnotation;
import edu.umd.cs.findbugs.annotations.NonNull;