/* @(#)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. */ /** * Provides Actions which act on an application object. * * @author Werner Randelshofer * @version $Id$ */ @DefaultAnnotation(Nonnull.class) package org.jhotdraw.app.action.app; import edu.umd.cs.findbugs.annotations.DefaultAnnotation; import javax.annotation.Nonnull;