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

com.reprezen.genflow.rapidml.csharp.helpers.UtilsHelper.xtend Maven / Gradle / Ivy

package com.reprezen.genflow.rapidml.csharp.helpers

import com.reprezen.genflow.api.util.GeneratorProperties

class UtilsHelper {
    
    def static generatedAttr() {
        val product = "RepreZen™ GenFlow Framework"
        val version = GeneratorProperties.genFlowVersion
        '''[GeneratedCode("«product»", "«version»")]'''
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy