Add Api annotation to some API classes.
[SquirrelJME.git] / modules / dio-atcmd / src / main / java / jdk / dio / atcmd / CommandResponseHandler.java
blob62f70ef668518ffbc33eab0b16e41f13e68fc147
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 package jdk.dio.atcmd;
13 import cc.squirreljme.runtime.cldc.annotation.Api;
15 @Api
16 public interface CommandResponseHandler
18 @Api
19 String processResponse(ATDevice __a, String __b);