/* @(#)package-info.java * * Copyright (c) 1996-2010 The authors and contributors of JHotDraw. * You may not use, copy or modify this file, except in compliance with the * accompanying license terms. * * @author Werner Randelshofer * @version $Id$ */ /** <p> A sample drawing editor with limited support for <a href="http://www.w3.org/TR/SVGMobile12/">Scalable Vector Graphics Mobile 1.2 (SVG Mobile 1.2)</a>. </p> */ @DefaultAnnotation(NonNull.class) package org.jhotdraw.samples.svg; import edu.umd.cs.findbugs.annotations.DefaultAnnotation; import edu.umd.cs.findbugs.annotations.NonNull;