@Target(value={PARAMETER,FIELD}) @Retention(value=RUNTIME) public @interface PruneLoadSpec
DataSegment constructor, which prescribes to
 drop deserialized "loadSpec" and don't store it in a field of a DataSegment. It's very useful on Brokers,
 because they store a lot of DataSegments in their heap, and loadSpec takes a lot of space, while it's not used on
 Brokers.Copyright © 2011–2018. All rights reserved.