@Mixin(GeneratorType.class) public interface GeneratorTypeAccessor { @Accessor("VALUES") public static List getValues() { throw new AssertionError(); } }