Bug 383166 - [common.types] Support for annotions on the package-info.java
Summary: [common.types] Support for annotions on the package-info.java
Status: NEW
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 2.3.0   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-20 18:00 EDT by Sebastian Zarnekow CLA
Modified: 2012-06-20 18:00 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 Sebastian Zarnekow CLA 2012-06-20 18:00:59 EDT
It's currently not possibel to derive something like 'all effective annotations' from JvmAnnotationTargets since the annotations on the package level are missing.

We should support the annotations that are reachable via

Class.getPackage.getAnnotations

or 

ITypeBinding.getPackage.getAnnotations

respectively.