eclipse-aspectj / aspectj

Other
300 stars 86 forks source link

Raise errors for primitive annotation type parameters #217

Open kriegaex opened 1 year ago

kriegaex commented 1 year ago

Implement a PatternNodeVisitor finding faulty primitive annotytion type parameters in all kinds of signatures and raise errors (maybe just warnings?) for them, e.g. Foo<int>, Bar<String, float>.