KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > foo > impl > Implementation1


1 package org.foo.impl;
2 import org.foo.Interface;
3 public class Implementation1 implements Interface {}
4
Popular Tags