KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > net > innig > macker > example > conventions > BrokenApi


1 package net.innig.macker.example.conventions;
2
3 public interface BrokenApi
4     {
5     public void foo(AlphaTree tree);
6     }
Popular Tags