Minor fix to always use the cache when using ServiceLoader.
[SquirrelJME.git] / modules / cldc-compact / src / main / java / cc / squirreljme / jvm / mle / constants / package-info.java
blobba932401209229cd0f170baf6be6fbbb848fb061
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 constants.
13 * @since 2020/06/09
16 @org.jetbrains.annotations.ApiStatus.Internal
17 package cc.squirreljme.jvm.mle.constants;