Stuart Ballard wrote:
> Is an @interface limited to methods that return non-void 
> types and have no arguments? Can they throw exceptions?
> Can an @interface extend other interfaces or @interfaces?

Yes (and the return types are limited to the ones I listed). No. No.

> Not sure how to represent ret() yet because I don't understand 
> annotations well enough.

Whatever we'll use to encode annotations will be usuable here as well.
BTW, I think the annotation interface methods can be annotated too.

Regards,
Jeroen


_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/classpath

Reply via email to