Annotation Interface CodecField


@Retention(RUNTIME) @Target(FIELD) public @interface CodecField
Give this annotation to fields in PacketCodec to auto encode/decode them. Fields annotated with this annotations must not be null.