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

templates.javaClassGraphqlUnion.ftl Maven / Gradle / Ivy

The newest version!
<#if package?has_content>
package ${package};



<#if javaDoc?has_content>
/**
<#list javaDoc as javaDocLine>
 * ${javaDocLine}

 */

<#if generatedInfo.getGeneratedType()?has_content>
@${generatedInfo.getGeneratedType()}(
    value = "com.kobylynskyi.graphql.codegen.GraphQLCodegen",
    date = "${generatedInfo.getDateTime()}"
)

<#list annotations as annotation>
@${annotation}

public interface ${className} {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy