leancodepl / contractsgenerator-dart

Dart contracts client generator for a CQRS API
3 stars 1 forks source link

Feature/attributes #18

Closed shilangyu closed 3 years ago

shilangyu commented 3 years ago

On today's weekly we have decided that attributes shall be generated as dartdoc comments since they sometimes provide useful information. However, we will hardcode support for known attributes that we have a fitting mapping for, for example System.ObsoleteAttribute is translated to @deprecated.

Albert221 commented 3 years ago

That is a very long-anticipated feature, thank you! 🎉