com.dyuproject.protostuff
Annotation Type Tag
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Tag
A field annotation to configure the field number explicitly.
- Author:
- Brice Jaglin, David Yu
- Date created:
- Mar 30, 2012
|
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). |
value
public abstract int value
alias
public abstract java.lang.String alias
- Overrides the field name (useful for non-binary formats like json/xml/yaml).
Optional.
- Default:
- ""
Copyright © 2009-2012. All Rights Reserved.