org.jhotdraw.xml.css.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.
*
* 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: package-info.java 718 2010-11-21 17:49:53Z rawcoder $
*/
/**
Provides support for cascading style sheets (CSS) in XML DOM.
*/
@DefaultAnnotation(NonNull.class)
package org.jhotdraw.xml.css;
import edu.umd.cs.findbugs.annotations.DefaultAnnotation;
import edu.umd.cs.findbugs.annotations.NonNull;