Annotation Interface ProtoUnknownFieldSet


@Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface ProtoUnknownFieldSet
Indicates the field or java-bean property of type UnknownFieldSet to be used for storing the unknown field set. This is an optional annotation.
Since:
3.0
Author:
[email protected]