Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.5
-
None
Description
Generated stub code looks similar to a regular interface definition. Something like:
public interface MyAnno extends java.lang.Annotation { ... }
Obviously, javac doesn't like this.