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

templates.class.vm Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
package ${type.packageName()};

@javax.annotation.Generated("ru.yandex.qatools.processors.matcher.gen.MatcherFactoryGenerator")
public final class ${utils.withGeneratedSuffix(${type.name()})} {
    /**
     * This class could not be instantiated
     */
    private ${utils.withGeneratedSuffix(${type.name()})}() {
        throw new java.lang.UnsupportedOperationException();
    }

    #foreach($field in ${type.fields()})
        #parse("templates/method.vm")
    #end
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy