Added important comment
This commit is contained in:
parent
bddc3b2556
commit
d326783ef2
|
@ -49,8 +49,16 @@ public class PropertyTypeName {
|
||||||
|
|
||||||
BYTE("Byte"),
|
BYTE("Byte"),
|
||||||
|
|
||||||
|
/*
|
||||||
|
* All base types which DON'T have a generic must be defined BEFORE BaseType.PROPERTY
|
||||||
|
*/
|
||||||
|
|
||||||
PROPERTY("Property"),
|
PROPERTY("Property"),
|
||||||
|
|
||||||
|
/*
|
||||||
|
* All base types which have a generic must be defined AFTER BaseType.PROPERTY
|
||||||
|
*/
|
||||||
|
|
||||||
LIST("List"),
|
LIST("List"),
|
||||||
|
|
||||||
SET("Set"),
|
SET("Set"),
|
||||||
|
|
Loading…
Reference in New Issue