/**
* Classes and interfaces used internally. In general clients are
* discouraged to use the elements in this package directly. To be
* more specific:
* <ul>
* <li>Clients should not create objects of classes in this package</li>
* <li>Clients should not implements interfaces of this package</li>
* <li>Clients can use subclasses and subinterfaces which extend elements of this package
* but are not declared within this package</li>
* <li>Clients can use the methods and constants offered in this package</li>
* <li>These rules are not enforced in any way. Clients can use elements of this package,
* it may just not be the easiest solution</li>
* </ul>
*/
package bibliothek.gui.dock.common.intern;