summaryrefslogtreecommitdiffstats
path: root/tests/java5/annotations/binding/complexExample
Commit message (Collapse)AuthorAgeFilesLines
* @xxx(@Foo) -> @xxx(Foo)acolyer2005-02-171-2/+2
|
* Updated with suppression attribute for non-matching advice.aclement2005-02-171-1/+1
|
* Tests for 2 new annotation bugs: (1) Using the pattern '@Annotation *' in ↵aclement2005-02-114-0/+34
| | | | declare parents wasn't working (2) Using an annotation without importing it was causing the compiler to go bang.
* AnnotationBinding testcases: call and execution. Also verifies annotations ↵aclement2005-01-315-0/+54
in packages work correctly.