All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.includes.schema.include.vm Maven / Gradle / Ivy

There is a newer version: 3.5.0
Show newest version
#set ( $imports         = $sourceinfo.importedList )
#set ( $methods         = $sourceinfo.methodsNeedGenerated )
#set ( $pkg             = $config.sourcePackage    )
#set ( $include         = $config.includeFolder    )
#set ( $SPACE           = "    ")
#set ( $IMPORT_BLOCK    = "imports")
#set ( $EXTENDS_BLOCK   = "extends")
#set ( $CLASS_BLOCK     = "class")
#if( $sourceinfo )
$sourceinfo.setOutPackage($pkg)##
#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy