package org.robolectric.testing;

import org.robolectric.annotation.internal.Instrument;

@Instrument
public enum AnEnum {
  ONE, TWO, MANY
}
