5b76a0d216
Causes javac to reject static and default method declarations inside an annotation Reviewed-by: jjg
3 lines
131 B
Plaintext
3 lines
131 B
Plaintext
NoDefault.java:8:17: compiler.err.mod.not.allowed.here: default
|
|
NoDefault.java:8:21: compiler.err.intf.meth.cant.have.body
|
|
2 errors |