@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutablePrehashAnnotation extends Object implements PrehashAnnotation
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutablePrehashAnnotation.Builder |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
annotationType() |
static ImmutablePrehashAnnotation.Builder |
builder() |
static ImmutablePrehashAnnotation |
copyOf(PrehashAnnotation instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
public Class<? extends Annotation> annotationType()
public int hashCode()
public String toString()
public static ImmutablePrehashAnnotation copyOf(PrehashAnnotation instance)
public static ImmutablePrehashAnnotation.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.