[forge-issues] [JBoss JIRA] (ROASTER-44) Support nested annotations

George Gastaldi (JIRA) issues at jboss.org
Tue Nov 11 09:35:03 EST 2014


George Gastaldi created ROASTER-44:
--------------------------------------

             Summary: Support 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.x Future


Roaster should allow annotation nesting, like: 
{code}
@NamedQueries({
@NamedQuery(name="Customer.findAll", query="select C from Customer C")
})
@Entity
public class Customer  {...}
{code}



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the forge-issues mailing list