@Documented
@Retention(value=RUNTIME)
public @interface Expiration
Demarcates a property to be used as expiration field.
Expiration can be specified in two flavors: as an offset in seconds from the current time or as an absolute Unix time stamp.
Client system time must be synchronized with aerospike server system time,
otherwise expiration behaviour will be unpredictable.