diff options
author | acolyer <acolyer> | 2005-05-18 06:38:16 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-05-18 06:38:16 +0000 |
commit | 0ee39450faa1183fc0bfdaaa683e8ca2afea468d (patch) | |
tree | 27d7539be29aaf79a7c45a4cb94594e17fd9b787 /docs/adk15ProgGuideDB/annotations.xml | |
parent | 8804ab51509ace3479735013356edc571de282cf (diff) | |
download | aspectj-0ee39450faa1183fc0bfdaaa683e8ca2afea468d.tar.gz aspectj-0ee39450faa1183fc0bfdaaa683e8ca2afea468d.zip |
updates for generics (still a work in progress)
Diffstat (limited to 'docs/adk15ProgGuideDB/annotations.xml')
-rw-r--r-- | docs/adk15ProgGuideDB/annotations.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/adk15ProgGuideDB/annotations.xml b/docs/adk15ProgGuideDB/annotations.xml index 2cde28bef..8d41e9a0e 100644 --- a/docs/adk15ProgGuideDB/annotations.xml +++ b/docs/adk15ProgGuideDB/annotations.xml @@ -413,7 +413,7 @@ '!' TypePattern | '(' AnnotationPattern? TypePattern ')' TypePattern '&&' TypePattern | - TypePattern '||' TypePattern | + TypePattern '||' TypePattern SimpleTypePattern := DottedNamePattern '+'? '[]'* |