Make it so mapping files are used and then reapplied.
[SquirrelJME.git] / modules / cldc-compact / src / main / java / cc / squirreljme / jvm / mle / annotation / package-info.java
blob952ab6eb79a7007c17005290ad7463dab6d738bf
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 annotations which are used to potentially modify
12 * or signal information about a class or otherwise.
14 * @since 2020/05/30
17 package cc.squirreljme.jvm.mle.annotation;