@Target(value=METHOD)
 @Retention(value=RUNTIME)
public @interface SpaceSequenceNumber
Designate a property as a sequence number . sequence number can be one per class and is unique
 per partition values are assigned by the space server when the Pojo is inserted to the space
 cache
 Created by yechielf on 12/11/2014.