src/test/java/org/apidesign/java4browser/GetByte.java
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 20 Sep 2012 09:29:42 +0200
changeset 15 65f6fdfd34b6
permissions -rw-r--r--
Able to invoke interface methods
     1 /*
     2  * To change this template, choose Tools | Templates
     3  * and open the template in the editor.
     4  */
     5 package org.apidesign.java4browser;
     6 
     7 public interface GetByte {
     8     public byte getByte();
     9 }