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

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

There is a newer version: 1.4.2
Show newest version
package com.reprezen.genflow.rapidml.csharp.helpers;

import com.reprezen.genflow.api.util.GeneratorProperties;
import org.eclipse.xtend2.lib.StringConcatenation;

@SuppressWarnings("all")
public class UtilsHelper {
  public static CharSequence generatedAttr() {
    CharSequence _xblockexpression = null;
    {
      final String product = "RepreZen™ GenFlow Framework";
      final String version = GeneratorProperties.getGenFlowVersion();
      StringConcatenation _builder = new StringConcatenation();
      _builder.append("[GeneratedCode(\"");
      _builder.append(product, "");
      _builder.append("\", \"");
      _builder.append(version, "");
      _builder.append("\")]");
      _xblockexpression = _builder;
    }
    return _xblockexpression;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy