@Documented @Retention(value=RUNTIME) @Target(value={METHOD,FIELD,PARAMETER}) public @interface ThriftField
| Modifier and Type | Optional Element and Description |
|---|---|
ThriftIdlAnnotation[] |
idlAnnotations |
boolean |
isLegacyId
Indicates this ThriftField has a negative ID, which is deprecated.
|
ThriftField.Recursiveness |
isRecursive |
String |
name |
ThriftField.Requiredness |
requiredness |
short |
value |
public abstract boolean isLegacyId
public abstract String name
public abstract ThriftField.Requiredness requiredness
public abstract ThriftField.Recursiveness isRecursive
public abstract ThriftIdlAnnotation[] idlAnnotations
Copyright © 2012–2023. All rights reserved.