Home | History | Annotate | Download | only in annotation
      1 package org.apache.harmony.annotation.tests.java.lang.annotation;
      2 
      3 public enum TestEnum1b {
      4     Z, F, L, A, B
      5 }
      6