/* @(#)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$ */ /** Provides interfaces and classes for laying out the children of a {@link org.jhotdraw.draw.CompositeFigure}. */ @DefaultAnnotation(Nonnull.class) package org.jhotdraw.draw.layouter; import edu.umd.cs.findbugs.annotations.DefaultAnnotation; import javax.annotation.Nonnull;