@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableDoNotPropagateTypeAnnotation extends Object implements DoNotPropagateTypeAnnotation
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableDoNotPropagateTypeAnnotation.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
a() |
Object |
b() |
static ImmutableDoNotPropagateTypeAnnotation.Builder |
builder() |
String |
c() |
static ImmutableDoNotPropagateTypeAnnotation |
copyOf(DoNotPropagateTypeAnnotation instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
ImmutableDoNotPropagateTypeAnnotation |
withA(int value) |
ImmutableDoNotPropagateTypeAnnotation |
withB(Object value) |
ImmutableDoNotPropagateTypeAnnotation |
withC(String value) |
public int a()
public Object b()
public String c()
public final ImmutableDoNotPropagateTypeAnnotation withA(int value)
public final ImmutableDoNotPropagateTypeAnnotation withB(Object value)
public final ImmutableDoNotPropagateTypeAnnotation withC(String value)
public int hashCode()
public String toString()
public static ImmutableDoNotPropagateTypeAnnotation copyOf(DoNotPropagateTypeAnnotation instance)
public static ImmutableDoNotPropagateTypeAnnotation.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.