@Target(value=FIELD) @Retention(value=RUNTIME) public @interface Transient
Please note that it is thus illegal to have a field that has both the
Transcient
annotation and one of the Column
, PartitionKey
or ClusteringColumn
annotation.
Copyright © 2012–2015. All rights reserved.