@Target(value=FIELD) @Retention(value=RUNTIME) public @interface Intern
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.Copyright © 2015. All rights reserved.