com.google.protobuf.gwt.shared
Annotation Type FieldNumber
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface FieldNumber
Field-number annotation generated as part of the GWT protobuf compiler output
to compensate for the lack of built-in reflection functionality in
GWT-friendly Java protobuf message definitions.
While you cannot read annotations on the client side, you can use them on the
server side for tasks such as conversion between native and GWT protobuf
messages using Java standard reflection functionality.
- Author:
- vkulikov@alum.mit.edu Vitaliy Kulikov
Required Element Summary |
int |
value
|
value
public abstract int value
Copyright © 2014 InMobi. All rights reserved.