@Retention(value=RUNTIME) public @interface GetterAnnotation
| Modifier and Type | Required Element and Description |
|---|---|
boolean |
blval |
byte |
bval |
char |
cval |
double |
dval |
float |
fval |
int |
ival |
RetentionPolicy |
policy |
String |
string |
Class<?> |
type |
| Modifier and Type | Optional Element and Description |
|---|---|
GetterAnnotation.InnerAnnotation[] |
value |
public abstract RetentionPolicy policy
public abstract Class<?> type
public abstract String string
public abstract GetterAnnotation.InnerAnnotation[] value
Copyright © 2022 The Immutables.org authors. All rights reserved.