Details
Description
The attached patch improves annotation support to allow full access to annotations. It provides a full model for annotation expressions and a visitor class for it.
For example,
@Annotation( value1 =
{ @Sub("a"), @Sub("b") }, value2 = "2 * PI = " + (Math.PI * 2) )
is parsed and all expression parts are accessible through the model.
Issue Links
Activity

Field | Original Value | New Value |
---|---|---|
Attachment | QDOX-126.patch [ 28273 ] |

Attachment | QDOX-126b.patch [ 28722 ] |

Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] | |
Assignee | Paul Hammant [ paul ] |

Status | Closed [ 6 ] | Reopened [ 4 ] |
Resolution | Fixed [ 1 ] |

Status | Reopened [ 4 ] | Closed [ 6 ] |
Fix Version/s | 1.7 [ 11160 ] | |
Resolution | Fixed [ 1 ] |


This patch obsoletes
QDOX-122andQDOX-123