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

org.immutables.fixture.IncludeHashCode Maven / Gradle / Ivy

There is a newer version: 2.10.1
Show newest version
package org.immutables.fixture;

import org.immutables.value.Value;

@Value.Style(includeHashCode = "([[type]].class.hashCode() + 42)")
@Value.Immutable
@Value.Modifiable
public class IncludeHashCode {}

@Value.Style(includeHashCode = "super.hashCode()")
@Value.Immutable
interface JustCompileItSuperHashCode {
  int a();
  String b();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy