|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Tag
A field annotation to configure the field number explicitly.
| Required Element Summary | |
|---|---|
int |
value
|
| Optional Element Summary | |
|---|---|
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. |
| Element Detail |
|---|
public abstract int value
public abstract java.lang.String alias
public abstract int groupFilter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||