Indentations break the feed.
[SquirrelJME.git] / modules / cldc-compact / src / main / java / cc / squirreljme / jvm / mle / callbacks / ShelfCallback.java
blob34499161c85042c6c9fd07c70faaeaeaf68c16da
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 package cc.squirreljme.jvm.mle.callbacks;
12 import cc.squirreljme.runtime.cldc.annotation.Api;
13 import cc.squirreljme.runtime.cldc.annotation.SquirrelJMEVendorApi;
15 /**
16 * This is the base class for shelf callbacks.
18 * @since 2020/07/03
20 @SquirrelJMEVendorApi
21 @SuppressWarnings("InterfaceWithOnlyOneDirectInheritor")
22 public interface ShelfCallback