@NotThreadSafe public static final class ImmutableCustomNullableAnnotation.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ImmutableCustomNullableAnnotation |
build() |
ImmutableCustomNullableAnnotation.Builder |
from(CustomNullableAnnotation instance) |
ImmutableCustomNullableAnnotation.Builder |
string1(String string1) |
ImmutableCustomNullableAnnotation.Builder |
string2(String string2) |
@CanIgnoreReturnValue public final ImmutableCustomNullableAnnotation.Builder from(CustomNullableAnnotation instance)
@CanIgnoreReturnValue public final ImmutableCustomNullableAnnotation.Builder string1(String string1)
@CanIgnoreReturnValue public final ImmutableCustomNullableAnnotation.Builder string2(String string2)
public ImmutableCustomNullableAnnotation build()
Copyright © 2022 The Immutables.org authors. All rights reserved.