DSL model "Tags"
General principles for tags:
Example 1 - Simple tag without value :
MyEntity {
id : int { @Id } ;
// tag "mytag" (without value) :
comment : string { #mytag } ;
}Example 2 - Tag with value :
Last updated