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