我想知道是否可以轻松地注释 Acceleo 模板,然后在使用 TraceabilityModel 时获取这些注释。
Acceleo 现在使用注释来确定生成的入口点:
[comment @main]
所以我问,我是否可以使用这种机制来注释我的模板以用于其他目的,例如:
[comment @org.project.SimpleStatement]
[template public generateSimpleStatement(...)]
...
[/template]
然后,我可以在使用可追溯性模型时以编程方式获取注释(可能使用org.eclipse.acceleo.traceability.ModuleElement接口)。