Annotation Type HessianUnshared


  • @Target(TYPE)
    @Retention(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.