KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.springframework.samples.petclinic;
2
3 /**
4  * @author Juergen Hoeller
5  */

6 public class PetType extends NamedEntity {
7
8 }
9
Popular Tags