@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface HessianUnshared
Marks the class and all children as unshared.
A reference item will be created, but will not be stored in a
mapped or checked for duplicated.
Used for efficiency to avoid the cost of the map lookup.