NON_PRIMITIVE_TYPE constant
On languages like Java, a non-primitive type is used (aka wrapper types, allowing null)
Implementation
static const int NON_PRIMITIVE_TYPE = 2;
On languages like Java, a non-primitive type is used (aka wrapper types, allowing null)
static const int NON_PRIMITIVE_TYPE = 2;