Indentations break the feed.
[SquirrelJME.git] / modules / cldc-compact / src / main / java / cc / squirreljme / jvm / mle / package-info.java
blob5fc3b678f34630f4eae5833caa8a7abfc3d86c49
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 Mozilla Public License Version 2.0.
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 @org.jetbrains.annotations.ApiStatus.Internal
20 package cc.squirreljme.jvm.mle;