@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Tag
| Modifier and Type | Required Element and Description |
|---|---|
int |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
alias
Overrides the field name (useful for non-binary formats like json/xml/yaml).
|
int |
groupFilter
A value of 0x1F means the first 5 groups (1,2,4,8,16 - bits) will include this field.
|
public abstract int value
public abstract java.lang.String alias
public abstract int groupFilter
Copyright © 2009-2014. All Rights Reserved.