SquirrelJME/SquirrelJME

View on GitHub
modules/midp-lcdui/src/main/java/cc/squirreljme/runtime/lcdui/common/package-info.java

Summary

Maintainability
A
0 mins
Test Coverage
// -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
// ---------------------------------------------------------------------------
// SquirrelJME
//     Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
// ---------------------------------------------------------------------------
// SquirrelJME is under the Mozilla Public License Version 2.0.
// See license.mkd for licensing and copyright information.
// ---------------------------------------------------------------------------

/**
 * This class contains common implementations of some LCDUI widgets which
 * some will share much of the same code. This eases documentation and has it
 * where less code is duplicated.
 *
 * @since 2017/10/20
 */

@org.jetbrains.annotations.ApiStatus.Internal
package cc.squirreljme.runtime.lcdui.common;