Bug 320337

Summary: Type variable usage in declaration annotation
Product: [Tools] AspectJ Reporter: Andrew Clement <aclement>
Component: CompilerAssignee: aspectj inbox <aspectj-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: DEVELOPMENT   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Andrew Clement CLA 2010-07-19 18:46:15 EDT
A user supplied this interesting snippet on the mailing list:

abstract aspect TestAsp<Ann extends Annotation, X> {
  declare @field: * X.* : @Ann;
}

Right now I don't believe we support parameterization of the type 'Ann' on that declare statement, we could probably do that.