@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableJavadocDeprecation extends Object implements JavadocDeprecation
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableJavadocDeprecation.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
attr()
Deprecated.
|
static ImmutableJavadocDeprecation.Builder |
builder() |
static ImmutableJavadocDeprecation |
copyOf(JavadocDeprecation instance) |
boolean |
equals(Object another) |
int |
hashCode() |
com.google.common.collect.ImmutableSet<RetentionPolicy> |
pols()
Deprecated.
|
String |
toString() |
ImmutableJavadocDeprecation |
withAttr(String value)
Deprecated.
|
ImmutableJavadocDeprecation |
withPols(Iterable<RetentionPolicy> elements)
Deprecated.
|
ImmutableJavadocDeprecation |
withPols(RetentionPolicy... elements)
Deprecated.
|
@Deprecated public String attr()
@Deprecated public com.google.common.collect.ImmutableSet<RetentionPolicy> pols()
@Deprecated public final ImmutableJavadocDeprecation withAttr(String value)
@Deprecated public final ImmutableJavadocDeprecation withPols(RetentionPolicy... elements)
@Deprecated public final ImmutableJavadocDeprecation withPols(Iterable<RetentionPolicy> elements)
public int hashCode()
public String toString()
public static ImmutableJavadocDeprecation copyOf(JavadocDeprecation instance)
public static ImmutableJavadocDeprecation.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.