/* @(#)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$ */ /** Defines the {@link org.jhotdraw.draw.tool.Tool} interface for representing the state of a drawing editor and provides default implementations. */ @DefaultAnnotation(Nonnull.class) package org.jhotdraw.draw.tool; import edu.umd.cs.findbugs.annotations.DefaultAnnotation; import javax.annotation.Nonnull;