summaryrefslogtreecommitdiffstats
path: root/tests/java5/annotations/binding/complexExample/A.java
Commit message (Collapse)AuthorAgeFilesLines
* Tests for 2 new annotation bugs: (1) Using the pattern '@Annotation *' in ↵aclement2005-02-111-0/+2
| | | | 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-311-0/+16
in packages work correctly.