Make it so mapping files are used and then reapplied.
[SquirrelJME.git] / modules / cldc-compact / src / main / java / cc / squirreljme / jvm / mle / package-info.java
blobf868f514bd7a5b89027d42a2f131e94ea22c08ff
1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
3 // SquirrelJME
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the GNU General Public License v3+, or later.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 /**
11 * This package contains the middle-level emulation layer which provides
12 * native methods which perform a specific function that has specific logic
13 * that might be executed low-level in SummerCoat or high-level as in
14 * SpringCoat.
16 * @since 2020/05/29
19 package cc.squirreljme.jvm.mle;