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

templates.hashCodet Maven / Gradle / Ivy

Go to download

JavaForger can create source code from templates using existing java classes as input.

There is a newer version: 2.0.1
Show newest version
import java.util.Objects;

  @Override
  public int hashCode() {
    return Objects.hash(
<#list fields as field>
      ${field.name}
<#if !field?is_last>, 
);
  }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy