KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > kirkk > analyzer > jar1 > test1 > Interface1


1 package com.kirkk.analyzer.jar1.test1;
2
3 public interface Interface1 {
4     public void nothing();
5 }
Popular Tags