in codegen/src/main/java/demoapp/codegen/demoshowcases/value/ValueTypeGenTemplate.java [74:82]
public String getPreamble() {
return preamble != null
? preamble
: "The framework has built-in support for " +
(getDescriptionIfNoPreamble() != null
? getDescriptionIfNoPreamble() + ", using"
: "") +
" the `" + getShowcaseValueSimpleType() + "` data type.";
}