> I noticed that the 'Detailed grammar changes' in section 5 of the
> jsr308 document is missing out the changes to allow annotations to be added
> to the thrown classes spec.
>
> As one example,
>
> MethodDeclaratorRest:
> FormalParameters {[ Annotations] []} [ Annotations] [ throws
> QualifiedIdentifierList] ( MethodBody | ; )
>
> does not spell out that the each element in the qualified identifier list
> could be annotated.
You are right. I have added this to the specification.
Thanks for pointing out this omission!
-Mike