On Thu, Jan 8, 2009 at 3:29 PM, Steffen Pingel
<steffen.pingel@xxxxxxxxxxx> wrote:
I have used ant in the past to add annotations to generated code. You can find an example in o.e.m.jira.core/build-helper.xml:
<replace dir="src/org/eclipse/mylyn/internal/jira/core/wsdl">
<include name="**/*.java"/>
<replacetoken><![CDATA[
public ]]></replacetoken>
<replacevalue><![CDATA[
@SuppressWarnings("all")
public ]]></replacevalue>
</replace>
For adding the @since tags it might be possible to match on the @author tag, if it is present in the class comment of all source files.
Steffen
_______________________________________________
mylyn-dev mailing list
mylyn-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-dev