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.
This patch obsoletes
QDOX-122andQDOX-123QDOX-122andQDOX-123