@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableCustomNullableAnnotation extends Object implements CustomNullableAnnotation
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableCustomNullableAnnotation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCustomNullableAnnotation.Builder |
builder() |
static ImmutableCustomNullableAnnotation |
copyOf(CustomNullableAnnotation instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
string1() |
String |
string2() |
String |
toString() |
ImmutableCustomNullableAnnotation |
withString1(String value) |
ImmutableCustomNullableAnnotation |
withString2(String value) |
public String string1()
public String string2()
public final ImmutableCustomNullableAnnotation withString1(String value)
public final ImmutableCustomNullableAnnotation withString2(String value)
public int hashCode()
public String toString()
public static ImmutableCustomNullableAnnotation copyOf(CustomNullableAnnotation instance)
public static ImmutableCustomNullableAnnotation.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.