SquirrelJME/SquirrelJME

View on GitHub
modules/vendor-api-nokia/src/main/java/com/nokia/mid/sound/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 GNU General Public License v3+, or later.
// See license.mkd for licensing and copyright information.
// ---------------------------------------------------------------------------

/**
 * Nokia sound implementation. Note that since MIDP-2.0 this should no longer
 * be used by developer and is only provided for backwards compatibility.
 *
 * @since 2022/02/03
 */

@cc.squirreljme.runtime.cldc.annotation.ApiDefinedDeprecated()
package com.nokia.mid.sound;