[forge-issues] [JBoss JIRA] (FORGE-1132) Generated source code should be marked with the javax.annotation.Generated annotation

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Mon Sep 2 22:38:03 EDT 2013


    [ https://issues.jboss.org/browse/FORGE-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800986#comment-12800986 ] 

Lincoln Baxter III commented on FORGE-1132:
-------------------------------------------

This could also be used to ignore fields in the UI without requiring any custom dependencies:

{code}

   @Column
   @Generated("org.jboss.forge.noui")
   private String password;

   @Column
   @Generated("org.jboss.forge.noui")
   private String salt;

{code}
                
> Generated source code should be marked with the javax.annotation.Generated annotation
> -------------------------------------------------------------------------------------
>
>                 Key: FORGE-1132
>                 URL: https://issues.jboss.org/browse/FORGE-1132
>             Project: Forge
>          Issue Type: Feature Request
>    Affects Versions: 1.4.0.Final
>            Reporter: Vineet Reynolds
>
> This would be beneficial in denoting classes or methods that may be regenerated by Forge, thus causing any user-inflicted changes to be lost on subsequent regeneration.

--
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