Bug 320337 - Type variable usage in declaration annotation
Summary: Type variable usage in declaration annotation
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-19 18:46 EDT by Andrew Clement CLA
Modified: 2010-07-19 18:46 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.