This is generally just used for bridge methods and other synthetic methods added by the compiler, not for classes themsevles. The JDK proxies are not marked as synthetic so I don't think we should be marking our proxies synthetic.
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
This is generally just used for bridge methods and other synthetic methods added by the compiler, not for classes themsevles. The JDK proxies are not marked as synthetic so I don't think we should be marking our proxies synthetic.