/* @(#)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 abstract actions for document oriented applications. * * @author Werner Randelshofer * @version $Id$ */ @DefaultAnnotation(NonNull.class) package org.jhotdraw.app.action; import edu.umd.cs.findbugs.annotations.DefaultAnnotation; import edu.umd.cs.findbugs.annotations.NonNull;