vsimko / xmf

Xtend-centric meta-model specification
MIT License
0 stars 0 forks source link

Doc-comments not preserved in the generated code #2

Open vsimko opened 9 years ago

vsimko commented 9 years ago

The following comments should be preserved in the generated java code:

/** Some comment for a class */
@XMF class MyClass {
    /** Some comment for a field */
    @Attribute boolean primary
}