com.threerings.io
Annotation Type Intern


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Intern

Flags a String field in a streamable object as being a member of the global string pool accessed using String.intern(). Each unique value will be streamed only once, with further instances replaced by a compact reference.