KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > springframework > samples > petclinic > Specialty


1 package org.springframework.samples.petclinic;
2
3 import java.io.Serializable JavaDoc;
4
5 /**
6  * @author Juergen Hoeller
7  */

8 public class Specialty extends NamedEntity {
9
10 }
11
Popular Tags