package com.smartitengineering.demo.cms.dto; /** * Sample App demostrating how to use the generated code * */ public class App { public static void main( String[] args ) { System.out.println( "Hello World!" ); } }