KickJava   Java API By Example, From Geeks To Geeks.

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


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

6 public interface MethodInvocationIntf3 {
7     int fromInterface3();
8 }
9
Popular Tags