Annotation Interface NetworkedEnum


@Target(TYPE) @Retention(RUNTIME) public @interface NetworkedEnum
Specifies that the annotated enum is used in networking and must be checked for mismatches between the client and server
See Also: