telosys-tools-bricks / telosys-tools-generator

Telosys generator based on Velocity template engine
https://www.telosys.org/
GNU Lesser General Public License v3.0
18 stars 14 forks source link

unique values feature added to the model #6

Closed franckleveque closed 2 years ago

franckleveque commented 5 years ago

Hi,

It would be interesting to have access to a unique feature from the model in the same way we have currently access to .isNotBlank() , .isNotEmpty(), .isNotNull().

A more generic approach would be to add a features array to the model allowing people to add any type of informations they require.

l-gu commented 5 years ago

Hi, yes the "tags" (with '#' character) will be added in a future version eg #mytag, #myvalue(123), etc

l-gu commented 2 years ago

Done : tags and @Unique annotation