KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > netbeans > test > java > hints > MethodInvocationIntf1


1 package org.netbeans.test.java.hints;
2
3 /**
4  * @author leon
5  */

6 public interface MethodInvocationIntf1 {
7     int fromInterface1();
8 }
9
Popular Tags