#694 CIF codegen TypeInfoHelper: make target-specific data value.
requested to merge 694-cif-code-generator-typeinfohelper-should-not-create-javadatavalue-instances into develop
- Best to review per commit.
-
TypeInfoHelper
is not just for Java, so fixed the JavaDoc of that class. - Don't create hard-coded
JavaDataValue
inTypeInfoHelper
, but via the context ask the code generator for the specific target. - Also fixed some JavaDocs and made them consistent.
Closes #694 (closed)