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
Jochen Kuhnle
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | QDOX-126.patch [ 28273 ] |
Jochen Kuhnle
made changes -
Attachment | QDOX-126b.patch [ 28722 ] |
Paul Hammant
made changes -
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] | |
Assignee | Paul Hammant [ paul ] |
Dennis Lundberg
made changes -
Status | Closed [ 6 ] | Reopened [ 4 ] |
Resolution | Fixed [ 1 ] |
Dennis Lundberg
made changes -
Status | Reopened [ 4 ] | Closed [ 6 ] |
Fix Version/s | 1.7 [ 11160 ] | |
Resolution | Fixed [ 1 ] |
Dennis Lundberg
made changes -
Dennis Lundberg
made changes -
This patch obsoletes
QDOX-122andQDOX-123