1 package org.hibernate.test.annotations.entity;2 3 /**4 * @author Emmanuel Bernard5 */6 public enum Starred {7 BAD,8 OK,9 GOOD10 }11