Add dependencies on other compactLib tasks and commonize code; More ProGuard rules.
[SquirrelJME.git] / modules / cldc-compact / src / main / java / cc / squirreljme / runtime / cldc / asm / package-info.java
blob945d6631678e2cdf245feb68ed3be022bfd87121
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 static methods which in which invocations of methods
12 * in the package are replaced by the compiler using native means.
14 * @since 2017/12/27
17 @Deprecated
18 package cc.squirreljme.runtime.cldc.asm;