Added important comment

This commit is contained in:
Luca Frosini 2021-01-20 12:24:41 +01:00
parent bddc3b2556
commit d326783ef2
1 changed files with 8 additions and 0 deletions

View File

@ -49,8 +49,16 @@ public class PropertyTypeName {
BYTE("Byte"),
/*
* All base types which DON'T have a generic must be defined BEFORE BaseType.PROPERTY
*/
PROPERTY("Property"),
/*
* All base types which have a generic must be defined AFTER BaseType.PROPERTY
*/
LIST("List"),
SET("Set"),