[forge-issues] [JBoss JIRA] (FORGE-722) JavaParser should support parsing and creating annotations on annotations.

George Gastaldi (JIRA) jira-events at lists.jboss.org
Mon Dec 17 17:02:08 EST 2012


     [ https://issues.jboss.org/browse/FORGE-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Gastaldi closed FORGE-722.
---------------------------------

    Resolution: Cannot Reproduce Bug


Already works by using for example: 

{code}
JavaParser.parse(JavaAnnotation.class, "public @interface Test{}").addAnnotation(Deprecated.class);
{code}
                
> JavaParser should support parsing and creating annotations on annotations.
> --------------------------------------------------------------------------
>
>                 Key: FORGE-722
>                 URL: https://issues.jboss.org/browse/FORGE-722
>             Project: Forge
>          Issue Type: Enhancement
>          Components: Parsers / File Manipulation
>    Affects Versions: 1.1.3.Final
>            Reporter: Lincoln Baxter III
>             Fix For: 1.1.4.Final
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-issues mailing list