public String getJaxbTypeSupportNotice()

in codegen/src/main/java/demoapp/codegen/demoshowcases/value/ValueTypeGenTemplate.java [127:131]


        public String getJaxbTypeSupportNotice() {
            return isFrameworkSupportForJaxb()
                    ? "Apache Causeway provides its own implementation of `@XmlJavaTypeAdapter` for the `" + getShowcaseValueSimpleType() + "` value type, meaning that JAXB can serialize properties of this value type without further configuration."
                    : "JAXB supports `" + getShowcaseValueSimpleType() + "` out-of-the-box, so no special annotations are required.\nSee link:https://docs.oracle.com/cd/E12840_01/wls/docs103/webserv/data_types.html#wp223908[Oracle]";
        }