Annotation Interface LazySynced


@Retention(RUNTIME) @Target(FIELD) public @interface LazySynced
Fields marked with this and also @DescSynced will be included in a desc packet. However, changes to this field won't cause a packet to be sent; it's up to the holding object to decide when the sync should be done.