1 package org.springframework.samples.petclinic;2 3 /**4 * @author Juergen Hoeller5 */6 public class PetType extends NamedEntity {7 8 }9