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