Details
Description
If an annotation is present in a method signature a parse error occurs:
class X {
void Y(@SomeAnno("hi") int a) { }
}
test case is attached.
Activity

Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.7 [ 11160 ] | |
Fix Version/s | 1.8 [ 14826 ] |

Attachment | Qdox-135.patch [ 39200 ] |

Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
I've added the test as failing to AnnotationsModelTest. I think the @X() annotation before the method does not affect the test