1 package org.apache.harmony.annotation.tests.java.lang.annotation; 2 3 public enum TestEnum1 { 4 Z, F, L, A, B 5 } 6