summaryrefslogtreecommitdiffstats
path: root/tools/droiddoc/test/stubs/expected/com/android/stubs/InterfaceEnum.java
blob: b0c87e756f9b5e91b14a706c210d814996f8314d (plain)
1
2
3
4
5
6
7
8
9
package com.android.stubs;
public enum InterfaceEnum
  implements com.android.stubs.Parent.Interface
{
VAL();
public  void method() { throw new RuntimeException("Stub!"); }
public static final java.lang.Object OBJECT;
static { OBJECT = null; }
}