Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | @xxx(@Foo) -> @xxx(Foo) | acolyer | 2005-02-17 | 1 | -2/+2 |
| | |||||
* | Updated with suppression attribute for non-matching advice. | aclement | 2005-02-17 | 1 | -1/+1 |
| | |||||
* | Tests for 2 new annotation bugs: (1) Using the pattern '@Annotation *' in ↵ | aclement | 2005-02-11 | 4 | -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 ↵ | aclement | 2005-01-31 | 5 | -0/+54 |
in packages work correctly. |