import android.support.annotation.IntDef;

package test {
  @IntDef public interface TestEnum {
  }
}

