Details
Description
The following interface illustrates two problems:
interface Foo { private static BAR = 3 // => java.lang.ClassFormatError: Illegal field modifiers in class Foo: 0x1A protected foo() // => java.lang.ClassFormatError: Method foo in class Foo has illegal modifiers: 0x404 }