@Immutable @CheckReturnValue public static final class ImmutableIncludeNestedTypes.Retention extends Object implements Retention
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableIncludeNestedTypes.Retention.Builder |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
annotationType() |
static ImmutableIncludeNestedTypes.Retention.Builder |
builder() |
static ImmutableIncludeNestedTypes.Retention |
copyOf(Retention instance) |
ImmutableIncludeNestedTypes.Retention |
copyWithValue(RetentionPolicy value) |
boolean |
equals(Object another) |
int |
hashCode() |
static ImmutableIncludeNestedTypes.Retention |
of(RetentionPolicy value) |
String |
toString() |
RetentionPolicy |
value() |
public Class<? extends Annotation> annotationType()
public RetentionPolicy value()
public final ImmutableIncludeNestedTypes.Retention copyWithValue(RetentionPolicy value)
public int hashCode()
public String toString()
public static ImmutableIncludeNestedTypes.Retention of(RetentionPolicy value)
public static ImmutableIncludeNestedTypes.Retention copyOf(Retention instance)
public static ImmutableIncludeNestedTypes.Retention.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.