]
Matt Benson resolved ROASTER-44.
--------------------------------
Fix Version/s: 2.0.0.Final
Resolution: Done
We have had this functionality since we imported the project here. See various
{[addNested}} and {{addDeeplyNested}} tests of
[
Support writing of nested annotations
-------------------------------------
Key: ROASTER-44
URL:
https://issues.jboss.org/browse/ROASTER-44
Project: Roaster
Issue Type: Feature Request
Components: API, JDT
Affects Versions: 2.9.0.Final
Reporter: George Gastaldi
Fix For: 2.0.0.Final
Roaster should allow annotation nesting, like:
{code}
@NamedQueries({
@NamedQuery(name="Customer.findAll", query="select C from Customer
C")
})
@Entity
public class Customer {...}
{code}