blob: 0f5a3ea088d7f8b43a0480a179d3490640a12c62 [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.aidl.tests;
/**
* Hello, world!
*/
public @interface ByteEnum {
// Comment about FOO.
public static final byte FOO = 1;
public static final byte BAR = 2;
public static final byte BAZ = 3;
}